Color Hex Logo

#77330a Color Hex

#77330A
(119,51,10)
0 Favorites   0 Comments

Color spaces of #77330a

RGB 1195110
HSL0.060.840.25
HSV23°92°47°
CMYK 0.000.570.92   0.53
XYZ8.84646.31151.0391
Yxy6.31150.54620.3897
Hunter Lab25.122718.890115.1336
CIE-Lab30.185127.518937.2071

#77330a color RGB value is (119,51,10).

#77330a hex color red value is 119, green value is 51 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #77330a hue: 0.06 , saturation: 0.84 and the lightness value of 77330a is 0.25.

The process color (four color CMYK) of #77330a color hex is 0.00, 0.57, 0.92, 0.53. Web safe color of #77330a is #663300. Color #77330a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00110011 00001010
Octal 167 63 12
Decimal 119 51 10
Hex 77 33 A

RGB Percentages of Color #77330a

%66.11
%28.33
%5.56

CMYK Percentages of Color #77330a

%0
%57
%92
%53

Triadic Colors of #77330a

#77330a #0a7733 #330a77

Analogous Colors of #77330a

#77330a #776a0a #770a18

Monochromatic Colors of #77330a

#77330a

Complementary Color

#77330a #0a4e77

#77330a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77330a Color Preview on White Background

Lorem ipsum dolor sit amet.

#77330a Color CSS Codes

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

#77330a Text Font Color

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

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


#77330a Background Color

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

This div background color is #77330a


#77330a Border Color

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

This div border color is #77330a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77330a


Comments

No comments written yet.

Please login to write comment.