#878476

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

Shades of Friar Grey #878476

Tints of Friar Grey #878476

Color information

#878476 (or 0x878476) is unknown color: approx Friar Grey. HEX triplet: 87, 84 and 76. RGB value is (135,132,118). Sum of RGB (Red+Green+Blue) = 135+132+118=385 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.06% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 118 (46.48% from 255 or 30.65% from 385); Max value from RGB is 135 - color contains mainly: red. Hex color #878476 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878476 is #787B89. Grayscale: #838383. Windows color (decimal): -7895946 or 7767175. OLE color: 7767175.

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

Color convert

RGB135132118-
CMYK00.020.130.47
HSL49.41º6.72%49.61%-
HSV(B)49.41º12.59%52.94%-
XYZ21.5122.9620.44-
YUV131.3120.49130.64-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.06%
GREEN value IS 132 (51.95% from 255) = 34.29%
BLUE value IS 118 (46.48% from 255) = 30.65%
R=35.06%
G=34.29%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513211800.020.130.4749.416.7249.61
Hex87847602D2F31732
Octal20720416602155761762
Binary100001111000010011101100101101101111110001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878476; }

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

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

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

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

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

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

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

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