#87735D

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

Shades of Cement #87735D

Tints of Cement #87735D

Color information

#87735D (or 0x87735D) is unknown color: approx Cement. HEX triplet: 87, 73 and 5D. RGB value is (135,115,93). Sum of RGB (Red+Green+Blue) = 135+115+93=343 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.36% from 343); Green value is 115 (45.31% from 255 or 33.53% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 135 - color contains mainly: red. Hex color #87735D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87735D is #788CA2. Grayscale: #767676. Windows color (decimal): -7900323 or 6124423. OLE color: 6124423.

HSL color Cylindrical-coordinate representation of color #87735D: hue angle of 31.43º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #87735D is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB13511593-
CMYK00.150.310.47
HSL31.43º18.42%44.71%-
HSV(B)31.43º31.11%52.94%-
XYZ18.118.212.92-
YUV118.47113.63139.79-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.36%
GREEN value IS 115 (45.31% from 255) = 33.53%
BLUE value IS 93 (36.72% from 255) = 27.11%
R=39.36%
G=33.53%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351159300.150.310.4731.4318.4244.71
Hex87735D0F1F2F1f122d
Octal2071631350173757372255
Binary100001111110011101110101111111111011111111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87735D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87735D; }

 p { color: rgb(135,115,93); }

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

<style>
 a { background-color: #87735D; }

 a { background-color: rgb(135,115,93); }

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

<style>
 span { border-color: #87735D; }

 span { border-color: rgb(135,115,93); }

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