#807057

Color #807057 Cement (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cement #807057

Tints of Cement #807057

Color information

#807057 (or 0x807057) is unknown color: approx 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

RGB12811287-
CMYK00.120.320.50
HSL36.59º19.07%42.16%-
HSV(B)36.59º32.03%50.2%-
XYZ16.4216.8711.41-
YUV113.93112.8138.03-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281128700.120.320.5036.5919.0742.16
Hex8070570C203225132a
Octal2001601270144062452352
Binary10000000111000010101110110010000011001010010110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>