#878479

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

Shades of Friar Grey #878479

Tints of Friar Grey #878479

Color information

#878479 (or 0x878479) is unknown color: approx Friar Grey. HEX triplet: 87, 84 and 79. RGB value is (135,132,121). Sum of RGB (Red+Green+Blue) = 135+132+121=388 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.79% from 388); Green value is 132 (51.95% from 255 or 34.02% from 388); Blue value is 121 (47.66% from 255 or 31.19% from 388); Max value from RGB is 135 - color contains mainly: red. Hex color #878479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878479 is #787B86. Grayscale: #838383. Windows color (decimal): -7895943 or 7963783. OLE color: 7963783.

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

Color convert

RGB135132121-
CMYK00.020.100.47
HSL47.14º5.51%50.2%-
HSV(B)47.14º10.37%52.94%-
XYZ21.6923.0321.39-
YUV131.64121.99130.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.79%
GREEN value IS 132 (51.95% from 255) = 34.02%
BLUE value IS 121 (47.66% from 255) = 31.19%
R=34.79%
G=34.02%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513212100.020.100.4747.145.5150.2
Hex87847902A2F2f632
Octal20720417102125757662
Binary100001111000010011110010101010101111101111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878479; }

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

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

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

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

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

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

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

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