#878576

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

Shades of Friar Grey #878576

Tints of Friar Grey #878576

Color information

#878576 (or 0x878576) is unknown color: approx Friar Grey. HEX triplet: 87, 85 and 76. RGB value is (135,133,118). Sum of RGB (Red+Green+Blue) = 135+133+118=386 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.97% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 135 - color contains mainly: red. Hex color #878576 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878576 is #787A89. Grayscale: #838383. Windows color (decimal): -7895690 or 7767431. OLE color: 7767431.

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

Color convert

RGB135133118-
CMYK00.010.130.47
HSL52.94º6.72%49.61%-
HSV(B)52.94º12.59%52.94%-
XYZ21.6523.2320.48-
YUV131.89120.16130.22-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.97%
GREEN value IS 133 (52.34% from 255) = 34.46%
BLUE value IS 118 (46.48% from 255) = 30.57%
R=34.97%
G=34.46%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513311800.010.130.4752.946.7249.61
Hex87857601D2F35732
Octal20720516601155765762
Binary10000111100001011110110011101101111110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878576; }

 p { color: rgb(135,133,118); }

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

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

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

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

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

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

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