Html Css Color HEX #807057 Cement

📋 copy color: '#807057'

red 128 ◦ green 112 ◦ blue 87

#807057
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cement #807057

Tints of Cement #807057

RGB

 RED value IS 128 (50.39% from 255) = 39.14%

 GREEN value IS 112 (44.14% from 255) = 34.25%

 BLUE value IS 87 (34.38% from 255) = 26.61%

R = 39.14%
G = 34.25%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.32

 K value IS 0.50

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#807057 (or 0x807057) is known color: Cement. HEX triplet: 80, 70 and 57. RGB value is (128,112,87). Sum of RGB (Red+Green+Blue) = 128+112+87=327 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.14% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 87 (34.38% from 255 or 26.61% from 327); Max value from RGB is 128 - color contains mainly: red. Hex color #807057 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807057 is #7F8FA8. Grayscale: #727272. Windows color (decimal): -8359849 or 5730432. OLE color: 5730432.

HSL color Cylindrical-coordinate representation of color #807057: hue angle of 36.59º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #807057 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 112 87 -
CMYK 0 0.12 0.32 0.50
HSL 36.59º 0.19% 0.42% -
HSV(B) 36.59º 0.32% 0.5% -
XYZ 16.42 16.87 11.41 -
YUV 113.93 112.8 138.03 -
System Red Green Blue C M Y K H S L
Decimal 128 112 87 0 0.12 0.32 0.50 36.59 0.19 0.42
Hex 80 70 57 0 C 20 32 25 13 2A
Octal 200 160 127 0 14 40 62 45 23 52
Binary 10000000 1110000 1010111 0 1100 100000 110010 100101 10011 101010

Color Harmonies of #807057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807057

Black with #807057

Text Example


Text Example

White with #807057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807057; }

 p { color: rgb(128,112,87); }

 H1.HeaderClassName
 {
   color: #807057;
 }
 .AnyTagClassName
 {
   color: #807057;
 }
</style>

background-color css

<style>
 a { background-color: #807057; }

 a { background-color: rgb(128,112,87); }

 div.DivClassName
 {
   background-color: #807057;
 }
 .BgClassName
 {
   background-color: #807057;
 }
</style>

border-color css

<style>
 span { border-color: #807057; }

 span { border-color: rgb(128,112,87); }

 td.TdClassName
 {
   border-color: #807057;
 }
 .TagClassName
 {
   border-color: #807057;
 }
</style>