#878779

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

Shades of Schist #878779

Tints of Schist #878779

Color information

#878779 (or 0x878779) is unknown color: approx Schist. HEX triplet: 87, 87 and 79. RGB value is (135,135,121). Sum of RGB (Red+Green+Blue) = 135+135+121=391 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.53% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 121 (47.66% from 255 or 30.95% from 391); Max value from RGB is 135 - color contains mainly: red, green. Hex color #878779 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878779 is #787886. Grayscale: #858585. Windows color (decimal): -7895175 or 7964551. OLE color: 7964551.

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

Color convert

RGB135135121-
CMYK000.100.47
HSL60º5.51%50.2%-
HSV(B)60º10.37%52.94%-
XYZ22.1123.8621.53-
YUV133.4121129.14-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.53%
GREEN value IS 135 (53.12% from 255) = 34.53%
BLUE value IS 121 (47.66% from 255) = 30.95%
R=34.53%
G=34.53%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135135121000.100.47605.5150.2
Hex87877900A2F3c632
Octal20720717100125774662
Binary10000111100001111111001001010101111111100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878779; }

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

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

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

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

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

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

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

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