#878670

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

Shades of Schist #878670

Tints of Schist #878670

Color information

#878670 (or 0x878670) is unknown color: approx Schist. HEX triplet: 87, 86 and 70. RGB value is (135,134,112). Sum of RGB (Red+Green+Blue) = 135+134+112=381 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.43% from 381); Green value is 134 (52.73% from 255 or 35.17% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 135 - color contains mainly: red. Hex color #878670 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878670 is #78798F. Grayscale: #838383. Windows color (decimal): -7895440 or 7374471. OLE color: 7374471.

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

Color convert

RGB135134112-
CMYK00.010.170.47
HSL57.39º9.31%48.43%-
HSV(B)57.39º17.04%52.94%-
XYZ21.4423.3718.71-
YUV131.79116.83130.29-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.43%
GREEN value IS 134 (52.73% from 255) = 35.17%
BLUE value IS 112 (44.14% from 255) = 29.40%
R=35.43%
G=35.17%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513411200.010.170.4757.399.3148.43
Hex87867001112F39930
Octal207206160012157711160
Binary1000011110000110111000001100011011111110011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878670; }

 p { color: rgb(135,134,112); }

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

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

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

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

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

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

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