#878171

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

Shades of Friar Grey #878171

Tints of Friar Grey #878171

Color information

#878171 (or 0x878171) is unknown color: approx Friar Grey. HEX triplet: 87, 81 and 71. RGB value is (135,129,113). Sum of RGB (Red+Green+Blue) = 135+129+113=377 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.81% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 113 (44.53% from 255 or 29.97% from 377); Max value from RGB is 135 - color contains mainly: red. Hex color #878171 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878171 is #787E8E. Grayscale: #818181. Windows color (decimal): -7896719 or 7438727. OLE color: 7438727.

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

Color convert

RGB135129113-
CMYK00.040.160.47
HSL43.64º8.87%48.63%-
HSV(B)43.64º16.3%52.94%-
XYZ20.8222.0418.78-
YUV128.97118.99132.3-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.81%
GREEN value IS 129 (50.78% from 255) = 34.22%
BLUE value IS 113 (44.53% from 255) = 29.97%
R=35.81%
G=34.22%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512911300.040.160.4743.648.8748.63
Hex87817104102F2c931
Octal207201161042057541161
Binary100001111000000111100010100100001011111011001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878171; }

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

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

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

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

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

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

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

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