Color Hex Logo

#77083d Color Hex

#77083D
(119,8,61)
0 Favorites   0 Comments

Color spaces of #77083d

RGB 119861
HSL0.920.870.25
HSV331°93°47°
CMYK 0.000.930.49   0.53
XYZ8.53694.43254.8205
Yxy4.43250.47990.2492
Hunter Lab21.053535.53561.1622
CIE-Lab25.052646.96790.0281

#77083d color RGB value is (119,8,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00001000 00111101
Octal 167 10 75
Decimal 119 8 61
Hex 77 8 3D

RGB Percentages of Color #77083d

%63.30
%4.26
%32.45

CMYK Percentages of Color #77083d

%0
%93
%49
%53

Triadic Colors of #77083d

#77083d #3d7708 #083d77

Analogous Colors of #77083d

#77083d #770a08 #770875

Monochromatic Colors of #77083d

#77083d

Complementary Color

#77083d #087742

#77083d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77083d Color Preview on White Background

Lorem ipsum dolor sit amet.

#77083d Color CSS Codes

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

#77083d Text Font Color

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

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


#77083d Background Color

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

This div background color is #77083d


#77083d Border Color

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

This div border color is #77083d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77083d


Comments

No comments written yet.

Please login to write comment.