#87725B

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

Shades of Cement #87725B

Tints of Cement #87725B

Color information

#87725B (or 0x87725B) is unknown color: approx Cement. HEX triplet: 87, 72 and 5B. RGB value is (135,114,91). Sum of RGB (Red+Green+Blue) = 135+114+91=340 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.71% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 91 (35.94% from 255 or 26.76% from 340); Max value from RGB is 135 - color contains mainly: red. Hex color #87725B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87725B is #788DA4. Grayscale: #757575. Windows color (decimal): -7900581 or 5993095. OLE color: 5993095.

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

Color convert

RGB13511491-
CMYK00.160.330.47
HSL31.36º19.47%44.31%-
HSV(B)31.36º32.59%52.94%-
XYZ17.917.9412.42-
YUV117.66112.96140.37-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.71%
GREEN value IS 114 (44.92% from 255) = 33.53%
BLUE value IS 91 (35.94% from 255) = 26.76%
R=39.71%
G=33.53%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351149100.160.330.4731.3619.4744.31
Hex87725B010212F1f132c
Octal2071621330204157372354
Binary10000111111001010110110100001000011011111111110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87725B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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