#878578

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

Shades of Friar Grey #878578

Tints of Friar Grey #878578

Color information

#878578 (or 0x878578) is unknown color: approx Friar Grey. HEX triplet: 87, 85 and 78. RGB value is (135,133,120). Sum of RGB (Red+Green+Blue) = 135+133+120=388 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.79% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 120 (47.27% from 255 or 30.93% from 388); Max value from RGB is 135 - color contains mainly: red. Hex color #878578 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878578 is #787A87. Grayscale: #848484. Windows color (decimal): -7895688 or 7898503. OLE color: 7898503.

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

Color convert

RGB135133120-
CMYK00.010.110.47
HSL52º5.88%50%-
HSV(B)52º11.11%52.94%-
XYZ21.7723.2821.12-
YUV132.12121.16130.06-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.79%
GREEN value IS 133 (52.34% from 255) = 34.28%
BLUE value IS 120 (47.27% from 255) = 30.93%
R=34.79%
G=34.28%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513312000.010.110.47525.8850
Hex87857801B2F34632
Octal20720517001135764662
Binary10000111100001011111000011011101111110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878578; }

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

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

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

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

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

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

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

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