#878774

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

Shades of Schist #878774

Tints of Schist #878774

Color information

#878774 (or 0x878774) is unknown color: approx Schist. HEX triplet: 87, 87 and 74. RGB value is (135,135,116). Sum of RGB (Red+Green+Blue) = 135+135+116=386 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.97% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 135 - color contains mainly: red, green. Hex color #878774 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878774 is #78788B. Grayscale: #848484. Windows color (decimal): -7895180 or 7636871. OLE color: 7636871.

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

Color convert

RGB135135116-
CMYK000.140.47
HSL60º7.57%49.22%-
HSV(B)60º14.07%52.94%-
XYZ21.8123.7419.96-
YUV132.83118.5129.54-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.97%
GREEN value IS 135 (53.12% from 255) = 34.97%
BLUE value IS 116 (45.70% from 255) = 30.05%
R=34.97%
G=34.97%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135135116000.140.47607.5749.22
Hex87877400E2F3c831
Octal207207164001657741061
Binary100001111000011111101000011101011111111001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878774; }

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

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

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

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

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

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

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

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