Color Hex Logo

#807375 Color Hex

#807375
(128,115,117)
0 Favorites   0 Comments

Color spaces of #807375

RGB 128115117
HSL0.970.050.48
HSV351°10°50°
CMYK 0.000.100.09   0.50
XYZ18.243718.135019.3685
Yxy18.13500.32730.3253
Hunter Lab42.58521.94612.8435
CIE-Lab49.65945.40700.7259

#807375 color RGB value is (128,115,117).

#807375 hex color red value is 128, green value is 115 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #807375 hue: 0.97 , saturation: 0.05 and the lightness value of 807375 is 0.48.

The process color (four color CMYK) of #807375 color hex is 0.00, 0.10, 0.09, 0.50. Web safe color of #807375 is #996666. Color #807375 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01110011 01110101
Octal 200 163 165
Decimal 128 115 117
Hex 80 73 75

RGB Percentages of Color #807375

%35.56
%31.94
%32.50

CMYK Percentages of Color #807375

%0
%10
%9
%50

Triadic Colors of #807375

#807375 #758073 #737580

Analogous Colors of #807375

#807375 #807873 #80737c

Monochromatic Colors of #807375

#807375

Complementary Color

#807375 #73807e

#807375 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807375 Color Preview on White Background

Lorem ipsum dolor sit amet.

#807375 Color CSS Codes

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

#807375 Text Font Color

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

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


#807375 Background Color

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

This div background color is #807375


#807375 Border Color

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

This div border color is #807375


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,115,117, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #807375; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #807375;
  -webkit-box-shadow: 1px 1px 3px 2px #807375;
  box-shadow:         1px 1px 3px 2px #807375; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,115,117, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807375


Comments

No comments written yet.

Please login to write comment.