#878170

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

Shades of Friar Grey #878170

Tints of Friar Grey #878170

Color information

#878170 (or 0x878170) is unknown color: approx Friar Grey. HEX triplet: 87, 81 and 70. RGB value is (135,129,112). Sum of RGB (Red+Green+Blue) = 135+129+112=376 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.90% from 376); Green value is 129 (50.78% from 255 or 34.31% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 135 - color contains mainly: red. Hex color #878170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878170 is #787E8F. Grayscale: #808080. Windows color (decimal): -7896720 or 7373191. OLE color: 7373191.

HSL color Cylindrical-coordinate representation of color #878170: hue angle of 44.35º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #878170 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB135129112-
CMYK00.040.170.47
HSL44.35º9.31%48.43%-
HSV(B)44.35º17.04%52.94%-
XYZ20.7722.0218.49-
YUV128.86118.49132.38-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.90%
GREEN value IS 129 (50.78% from 255) = 34.31%
BLUE value IS 112 (44.14% from 255) = 29.79%
R=35.90%
G=34.31%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512911200.040.170.4744.359.3148.43
Hex87817004112F2c930
Octal207201160042157541160
Binary100001111000000111100000100100011011111011001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878170; }

 p { color: rgb(135,129,112); }

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

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

 a { background-color: rgb(135,129,112); }

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

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

 span { border-color: rgb(135,129,112); }

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