#87876F

Color #87876F Schist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Schist #87876F

Tints of Schist #87876F

Color information

#87876F (or 0x87876F) is unknown color: approx Schist. HEX triplet: 87, 87 and 6F. RGB value is (135,135,111). Sum of RGB (Red+Green+Blue) = 135+135+111=381 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.43% from 381); Green value is 135 (53.12% from 255 or 35.43% from 381); Blue value is 111 (43.75% from 255 or 29.13% from 381); Max value from RGB is 135 - color contains mainly: red, green. Hex color #87876F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87876F is #787890. Grayscale: #848484. Windows color (decimal): -7895185 or 7309191. OLE color: 7309191.

HSL color Cylindrical-coordinate representation of color #87876F: hue angle of 60º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #87876F is Cyan = 0, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB135135111-
CMYK000.180.47
HSL60º9.76%48.24%-
HSV(B)60º17.78%52.94%-
XYZ21.5223.6318.46-
YUV132.26116129.95-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.43%
GREEN value IS 135 (53.12% from 255) = 35.43%
BLUE value IS 111 (43.75% from 255) = 29.13%
R=35.43%
G=35.43%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135135111000.180.47609.7648.24
Hex87876F00122F3ca30
Octal207207157002257741260
Binary1000011110000111110111100100101011111111001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87876F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87876F; }

 p { color: rgb(135,135,111); }

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

<style>
 a { background-color: #87876F; }

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

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

<style>
 span { border-color: #87876F; }

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

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