Color Hex Logo

#77062b Color Hex

#77062B
(119,6,43)
0 Favorites   0 Comments

Color spaces of #77062b

RGB 119643
HSL0.950.900.25
HSV340°95°47°
CMYK 0.000.950.64   0.53
XYZ8.10894.22662.6739
Yxy4.22660.54030.2816
Hunter Lab20.558734.42756.6797
CIE-Lab24.406945.944911.5337

#77062b color RGB value is (119,6,43).

#77062b hex color red value is 119, green value is 6 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #77062b hue: 0.95 , saturation: 0.90 and the lightness value of 77062b is 0.25.

The process color (four color CMYK) of #77062b color hex is 0.00, 0.95, 0.64, 0.53. Web safe color of #77062b is #660033. Color #77062b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00000110 00101011
Octal 167 6 53
Decimal 119 6 43
Hex 77 6 2B

RGB Percentages of Color #77062b

%70.83
%3.57
%25.60

CMYK Percentages of Color #77062b

%0
%95
%64
%53

Triadic Colors of #77062b

#77062b #2b7706 #062b77

Analogous Colors of #77062b

#77062b #771906 #770664

Monochromatic Colors of #77062b

#77062b

Complementary Color

#77062b #067752

#77062b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77062b Color Preview on White Background

Lorem ipsum dolor sit amet.

#77062b Color CSS Codes

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

#77062b Text Font Color

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

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


#77062b Background Color

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

This div background color is #77062b


#77062b Border Color

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

This div border color is #77062b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77062b


Comments

No comments written yet.

Please login to write comment.