Color Hex Logo

#77070b Color Hex

#77070B
(119,7,11)
0 Favorites   0 Comments

Color spaces of #77070b

RGB 119711
HSL0.990.890.25
HSV358°94°47°
CMYK 0.000.940.91   0.53
XYZ7.74414.09810.6995
Yxy4.09810.61750.3268
Hunter Lab20.243832.857212.1219
CIE-Lab23.993144.376631.3622

#77070b color RGB value is (119,7,11).

#77070b hex color red value is 119, green value is 7 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #77070b hue: 0.99 , saturation: 0.89 and the lightness value of 77070b is 0.25.

The process color (four color CMYK) of #77070b color hex is 0.00, 0.94, 0.91, 0.53. Web safe color of #77070b is #660000. Color #77070b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00000111 00001011
Octal 167 7 13
Decimal 119 7 11
Hex 77 7 B

RGB Percentages of Color #77070b

%86.86
%5.11
%8.03

CMYK Percentages of Color #77070b

%0
%94
%91
%53

Triadic Colors of #77070b

#77070b #0b7707 #070b77

Analogous Colors of #77070b

#77070b #773b07 #770743

Monochromatic Colors of #77070b

#77070b

Complementary Color

#77070b #077773

#77070b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77070b Color Preview on White Background

Lorem ipsum dolor sit amet.

#77070b Color CSS Codes

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

#77070b Text Font Color

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

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


#77070b Background Color

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

This div background color is #77070b


#77070b Border Color

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

This div border color is #77070b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,7,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #77070b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #77070b;
  -webkit-box-shadow: 1px 1px 3px 2px #77070b;
  box-shadow:         1px 1px 3px 2px #77070b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77070b


Comments

No comments written yet.

Please login to write comment.