#878975

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

Shades of Schist #878975

Tints of Schist #878975

Color information

#878975 (or 0x878975) is unknown color: approx Schist. HEX triplet: 87, 89 and 75. RGB value is (135,137,117). Sum of RGB (Red+Green+Blue) = 135+137+117=389 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.70% from 389); Green value is 137 (53.91% from 255 or 35.22% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 137 - color contains mainly: green. Hex color #878975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878975 is #78768A. Grayscale: #868686. Windows color (decimal): -7894667 or 7702919. OLE color: 7702919.

HSL color Cylindrical-coordinate representation of color #878975: hue angle of 66º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #878975 is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB135137117-
CMYK0.0100.150.46
HSL66º7.87%49.8%-
HSV(B)66º14.6%53.73%-
XYZ22.1524.3320.36-
YUV134.12118.34128.63-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.70%
GREEN value IS 137 (53.91% from 255) = 35.22%
BLUE value IS 117 (46.09% from 255) = 30.08%
R=34.70%
G=35.22%
B=30.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1351371170.0100.150.46667.8749.8
Hex87897510F2E42832
Octal2072111651017561021062
Binary1000011110001001111010110111110111010000101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878975; }

 p { color: rgb(135,137,117); }

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

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

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

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

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

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

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