#878579

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

Shades of Friar Grey #878579

Tints of Friar Grey #878579

Color information

#878579 (or 0x878579) is unknown color: approx Friar Grey. HEX triplet: 87, 85 and 79. RGB value is (135,133,121). Sum of RGB (Red+Green+Blue) = 135+133+121=389 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.70% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 121 (47.66% from 255 or 31.11% from 389); Max value from RGB is 135 - color contains mainly: red. Hex color #878579 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878579 is #787A86. Grayscale: #848484. Windows color (decimal): -7895687 or 7964039. OLE color: 7964039.

HSL color Cylindrical-coordinate representation of color #878579: hue angle of 51.43º 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 #878579 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB135133121-
CMYK00.010.100.47
HSL51.43º5.51%50.2%-
HSV(B)51.43º10.37%52.94%-
XYZ21.8323.3121.44-
YUV132.23121.66129.98-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.70%
GREEN value IS 133 (52.34% from 255) = 34.19%
BLUE value IS 121 (47.66% from 255) = 31.11%
R=34.70%
G=34.19%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513312100.010.100.4751.435.5150.2
Hex87857901A2F33632
Octal20720517101125763662
Binary10000111100001011111001011010101111110011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878579; }

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

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

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

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

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

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

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

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