Color Hex Logo

#83777f Color Hex

#83777F
(131,119,127)
0 Favorites   0 Comments

Color spaces of #83777f

RGB 131119127
HSL0.890.050.49
HSV320°51°
CMYK 0.000.090.03   0.49
XYZ19.787719.551322.8095
Yxy19.55130.31840.3146
Hunter Lab44.21692.50190.3667
CIE-Lab51.32616.1406-2.7020

#83777f color RGB value is (131,119,127).

#83777f hex color red value is 131, green value is 119 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #83777f hue: 0.89 , saturation: 0.05 and the lightness value of 83777f is 0.49.

The process color (four color CMYK) of #83777f color hex is 0.00, 0.09, 0.03, 0.49. Web safe color of #83777f is #996666. Color #83777f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01110111 01111111
Octal 203 167 177
Decimal 131 119 127
Hex 83 77 7F

RGB Percentages of Color #83777f

%34.75
%31.56
%33.69

CMYK Percentages of Color #83777f

%0
%9
%3
%49

Triadic Colors of #83777f

#83777f #7f8377 #777f83

Analogous Colors of #83777f

#83777f #837779 #817783

Monochromatic Colors of #83777f

#83777f

Complementary Color

#83777f #77837b

#83777f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83777f Color Preview on White Background

Lorem ipsum dolor sit amet.

#83777f Color CSS Codes

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

#83777f Text Font Color

<p style="color:#83777f">Text here</p>

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


#83777f Background Color

<div style="background-color:#83777f">
Div content here</div>

This div background color is #83777f


#83777f Border Color

<div style="border:3px solid #83777f">
Div here</div>

This div border color is #83777f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,119,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #83777f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #83777f;
  -webkit-box-shadow: 1px 1px 3px 2px #83777f;
  box-shadow:         1px 1px 3px 2px #83777f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83777f


Comments

No comments written yet.

Please login to write comment.