#878371

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

Shades of Friar Grey #878371

Tints of Friar Grey #878371

Color information

#878371 (or 0x878371) is unknown color: approx Friar Grey. HEX triplet: 87, 83 and 71. RGB value is (135,131,113). Sum of RGB (Red+Green+Blue) = 135+131+113=379 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.62% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 113 (44.53% from 255 or 29.82% from 379); Max value from RGB is 135 - color contains mainly: red. Hex color #878371 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878371 is #787C8E. Grayscale: #828282. Windows color (decimal): -7896207 or 7439239. OLE color: 7439239.

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

Color convert

RGB135131113-
CMYK00.030.160.47
HSL49.09º8.87%48.63%-
HSV(B)49.09º16.3%52.94%-
XYZ21.0922.5818.87-
YUV130.14118.33131.46-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.62%
GREEN value IS 131 (51.56% from 255) = 34.56%
BLUE value IS 113 (44.53% from 255) = 29.82%
R=35.62%
G=34.56%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513111300.030.160.4749.098.8748.63
Hex87837103102F31931
Octal207203161032057611161
Binary10000111100000111110001011100001011111100011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878371; }

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

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

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

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

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

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

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

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