Color Hex Logo

#77101b Color Hex

#77101B
(119,16,27)
0 Favorites   0 Comments

Color spaces of #77101b

RGB 1191627
HSL0.980.760.26
HSV354°87°47°
CMYK 0.000.870.77   0.53
XYZ7.99094.37171.4596
Yxy4.37170.57810.3163
Hunter Lab20.908631.629510.4971
CIE-Lab24.864142.901322.9449

#77101b color RGB value is (119,16,27).

#77101b hex color red value is 119, green value is 16 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #77101b hue: 0.98 , saturation: 0.76 and the lightness value of 77101b is 0.26.

The process color (four color CMYK) of #77101b color hex is 0.00, 0.87, 0.77, 0.53. Web safe color of #77101b is #660033. Color #77101b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00010000 00011011
Octal 167 20 33
Decimal 119 16 27
Hex 77 10 1B

RGB Percentages of Color #77101b

%73.46
%9.88
%16.67

CMYK Percentages of Color #77101b

%0
%87
%77
%53

Triadic Colors of #77101b

#77101b #1b7710 #101b77

Analogous Colors of #77101b

#77101b #773910 #77104e

Monochromatic Colors of #77101b

#77101b

Complementary Color

#77101b #10776c

#77101b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77101b Color Preview on White Background

Lorem ipsum dolor sit amet.

#77101b Color CSS Codes

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

#77101b Text Font Color

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

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


#77101b Background Color

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

This div background color is #77101b


#77101b Border Color

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

This div border color is #77101b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77101b


Comments

No comments written yet.

Please login to write comment.