#87725C

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

Shades of Cement #87725C

Tints of Cement #87725C

Color information

#87725C (or 0x87725C) is unknown color: approx Cement. HEX triplet: 87, 72 and 5C. RGB value is (135,114,92). Sum of RGB (Red+Green+Blue) = 135+114+92=341 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.59% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 135 - color contains mainly: red. Hex color #87725C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87725C is #788DA3. Grayscale: #757575. Windows color (decimal): -7900580 or 6058631. OLE color: 6058631.

HSL color Cylindrical-coordinate representation of color #87725C: hue angle of 30.7º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #87725C is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB13511492-
CMYK00.160.320.47
HSL30.7º18.94%44.51%-
HSV(B)30.7º31.85%52.94%-
XYZ17.9417.9612.65-
YUV117.77113.46140.29-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.59%
GREEN value IS 114 (44.92% from 255) = 33.43%
BLUE value IS 92 (36.33% from 255) = 26.98%
R=39.59%
G=33.43%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351149200.160.320.4730.718.9444.51
Hex87725C010202F1f132d
Octal2071621340204057372355
Binary10000111111001010111000100001000001011111111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87725C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87725C; }

 p { color: rgb(135,114,92); }

 H1.HeaderClassName
 {
   color: #87725C;
 }
 .AnyTagClassName
 {
   color: #87725C;
 }
</style>
background-color css

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

 a { background-color: rgb(135,114,92); }

 div.DivClassName
 {
   background-color: #87725C;
 }
 .BgClassName
 {
   background-color: #87725C;
 }
</style>
border-color css

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

 span { border-color: rgb(135,114,92); }

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