Color Hex Logo

#77503a Color Hex

#77503A
(119,80,58)
0 Favorites   0 Comments

Color spaces of #77503a

RGB 1198058
HSL0.060.340.35
HSV22°51°47°
CMYK 0.000.330.51   0.53
XYZ11.24019.96475.3340
Yxy9.96470.42350.3755
Hunter Lab31.56698.316812.0783
CIE-Lab37.779013.616219.5421

#77503a color RGB value is (119,80,58).

#77503a hex color red value is 119, green value is 80 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #77503a hue: 0.06 , saturation: 0.34 and the lightness value of 77503a is 0.35.

The process color (four color CMYK) of #77503a color hex is 0.00, 0.33, 0.51, 0.53. Web safe color of #77503a is #666633. Color #77503a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01010000 00111010
Octal 167 120 72
Decimal 119 80 58
Hex 77 50 3A

RGB Percentages of Color #77503a

%46.30
%31.13
%22.57

CMYK Percentages of Color #77503a

%0
%33
%51
%53

Triadic Colors of #77503a

#77503a #3a7750 #503a77

Analogous Colors of #77503a

#77503a #776f3a #773a43

Monochromatic Colors of #77503a

#77503a

Complementary Color

#77503a #3a6177

#77503a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77503a Color Preview on White Background

Lorem ipsum dolor sit amet.

#77503a Color CSS Codes

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

#77503a Text Font Color

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

This sample text font color is #77503a
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.


#77503a Background Color

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

This div background color is #77503a


#77503a Border Color

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

This div border color is #77503a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,80,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #77503a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #77503a;
  -webkit-box-shadow: 1px 1px 3px 2px #77503a;
  box-shadow:         1px 1px 3px 2px #77503a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77503a


Comments

No comments written yet.

Please login to write comment.