Color Hex Logo

#77083b Color Hex

#77083B
(119,8,59)
0 Favorites   0 Comments

Color spaces of #77083b

RGB 119859
HSL0.920.870.25
HSV332°93°47°
CMYK 0.000.930.50   0.53
XYZ8.48404.41144.5420
Yxy4.41140.48650.2530
Hunter Lab21.003335.34671.8808
CIE-Lab24.987446.78561.3052

#77083b color RGB value is (119,8,59).

#77083b hex color red value is 119, green value is 8 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #77083b hue: 0.92 , saturation: 0.87 and the lightness value of 77083b is 0.25.

The process color (four color CMYK) of #77083b color hex is 0.00, 0.93, 0.50, 0.53. Web safe color of #77083b is #660033. Color #77083b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00001000 00111011
Octal 167 10 73
Decimal 119 8 59
Hex 77 8 3B

RGB Percentages of Color #77083b

%63.98
%4.30
%31.72

CMYK Percentages of Color #77083b

%0
%93
%50
%53

Triadic Colors of #77083b

#77083b #3b7708 #083b77

Analogous Colors of #77083b

#77083b #770c08 #770873

Monochromatic Colors of #77083b

#77083b

Complementary Color

#77083b #087744

#77083b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77083b Color Preview on White Background

Lorem ipsum dolor sit amet.

#77083b Color CSS Codes

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

#77083b Text Font Color

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

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


#77083b Background Color

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

This div background color is #77083b


#77083b Border Color

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

This div border color is #77083b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77083b


Comments

No comments written yet.

Please login to write comment.