Color Hex Logo

#763204 Color Hex

#763204
(118,50,4)
0 Favorites   0 Comments

Color spaces of #763204

RGB 118504
HSL0.070.930.24
HSV24°97°46°
CMYK 0.000.580.97   0.54
XYZ8.63376.14150.8452
Yxy6.14150.55270.3932
Hunter Lab24.782018.818215.3253
CIE-Lab29.766727.491839.2326

#763204 color RGB value is (118,50,4).

#763204 hex color red value is 118, green value is 50 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #763204 hue: 0.07 , saturation: 0.93 and the lightness value of 763204 is 0.24.

The process color (four color CMYK) of #763204 color hex is 0.00, 0.58, 0.97, 0.54. Web safe color of #763204 is #663300. Color #763204 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00110010 00000100
Octal 166 62 4
Decimal 118 50 4
Hex 76 32 4

RGB Percentages of Color #763204

%68.60
%29.07
%2.33

CMYK Percentages of Color #763204

%0
%58
%97
%54

Triadic Colors of #763204

#763204 #047632 #320476

Analogous Colors of #763204

#763204 #766b04 #76040f

Monochromatic Colors of #763204

#763204

Complementary Color

#763204 #044876

#763204 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763204 Color Preview on White Background

Lorem ipsum dolor sit amet.

#763204 Color CSS Codes

.mybgcolor {background-color:#763204; } 
.myforecolor {color:#763204; }
.mybordercolor {border:3px solid #763204; }

#763204 Text Font Color

<p style="color:#763204">Text here</p>

This sample text font color is #763204
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#763204 Background Color

<div style="background-color:#763204">
Div content here</div>

This div background color is #763204


#763204 Border Color

<div style="border:3px solid #763204">
Div here</div>

This div border color is #763204


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,50,4, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #763204; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #763204;
  -webkit-box-shadow: 1px 1px 3px 2px #763204;
  box-shadow:         1px 1px 3px 2px #763204; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,50,4, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #763204">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #763204;
  -webkit-box-shadow: 1px 1px 3px 2px #763204;
  box-shadow:         1px 1px 3px 2px #763204;">
Div content here</div>

This div box has shadow with color #763204


Comments

No comments written yet.

Please login to write comment.