#87745B

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

Shades of Cement #87745B

Tints of Cement #87745B

Color information

#87745B (or 0x87745B) is unknown color: approx Cement. HEX triplet: 87, 74 and 5B. RGB value is (135,116,91). Sum of RGB (Red+Green+Blue) = 135+116+91=342 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.47% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 135 - color contains mainly: red. Hex color #87745B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87745B is #788BA4. Grayscale: #767676. Windows color (decimal): -7900069 or 5993607. OLE color: 5993607.

HSL color Cylindrical-coordinate representation of color #87745B: hue angle of 34.09º 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 #87745B is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB13511691-
CMYK00.140.330.47
HSL34.09º19.47%44.31%-
HSV(B)34.09º32.59%52.94%-
XYZ18.1318.412.49-
YUV118.83112.29139.53-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.47%
GREEN value IS 116 (45.70% from 255) = 33.92%
BLUE value IS 91 (35.94% from 255) = 26.61%
R=39.47%
G=33.92%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351169100.140.330.4734.0919.4744.31
Hex87745B0E212F22132c
Octal2071641330164157422354
Binary10000111111010010110110111010000110111110001010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87745B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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