#87745C

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

Shades of Cement #87745C

Tints of Cement #87745C

Color information

#87745C (or 0x87745C) is unknown color: approx Cement. HEX triplet: 87, 74 and 5C. RGB value is (135,116,92). Sum of RGB (Red+Green+Blue) = 135+116+92=343 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.36% from 343); Green value is 116 (45.70% from 255 or 33.82% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 135 - color contains mainly: red. Hex color #87745C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87745C is #788BA3. Grayscale: #777777. Windows color (decimal): -7900068 or 6059143. OLE color: 6059143.

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

Color convert

RGB13511692-
CMYK00.140.320.47
HSL33.49º18.94%44.51%-
HSV(B)33.49º31.85%52.94%-
XYZ18.1718.4112.72-
YUV118.94112.79139.45-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.36%
GREEN value IS 116 (45.70% from 255) = 33.82%
BLUE value IS 92 (36.33% from 255) = 26.82%
R=39.36%
G=33.82%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351169200.140.320.4733.4918.9444.51
Hex87745C0E202F21132d
Octal2071641340164057412355
Binary10000111111010010111000111010000010111110000110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87745C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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