#878276

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

Shades of Friar Grey #878276

Tints of Friar Grey #878276

Color information

#878276 (or 0x878276) is unknown color: approx Friar Grey. HEX triplet: 87, 82 and 76. RGB value is (135,130,118). Sum of RGB (Red+Green+Blue) = 135+130+118=383 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.25% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 118 (46.48% from 255 or 30.81% from 383); Max value from RGB is 135 - color contains mainly: red. Hex color #878276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878276 is #787D89. Grayscale: #828282. Windows color (decimal): -7896458 or 7766663. OLE color: 7766663.

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

Color convert

RGB135130118-
CMYK00.040.130.47
HSL42.35º6.72%49.61%-
HSV(B)42.35º12.59%52.94%-
XYZ21.2422.4220.35-
YUV130.13121.16131.48-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.25%
GREEN value IS 130 (51.17% from 255) = 33.94%
BLUE value IS 118 (46.48% from 255) = 30.81%
R=35.25%
G=33.94%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513011800.040.130.4742.356.7249.61
Hex87827604D2F2a732
Octal20720216604155752762
Binary1000011110000010111011001001101101111101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878276; }

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

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

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

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

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

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

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

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