#878373

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

Shades of Friar Grey #878373

Tints of Friar Grey #878373

Color information

#878373 (or 0x878373) is unknown color: approx Friar Grey. HEX triplet: 87, 83 and 73. RGB value is (135,131,115). Sum of RGB (Red+Green+Blue) = 135+131+115=381 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.43% from 381); Green value is 131 (51.56% from 255 or 34.38% from 381); Blue value is 115 (45.31% from 255 or 30.18% from 381); Max value from RGB is 135 - color contains mainly: red. Hex color #878373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878373 is #787C8C. Grayscale: #828282. Windows color (decimal): -7896205 or 7570311. OLE color: 7570311.

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

Color convert

RGB135131115-
CMYK00.030.150.47
HSL48º8%49.02%-
HSV(B)48º14.81%52.94%-
XYZ21.222.6219.47-
YUV130.37119.33131.3-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.43%
GREEN value IS 131 (51.56% from 255) = 34.38%
BLUE value IS 115 (45.31% from 255) = 30.18%
R=35.43%
G=34.38%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513111500.030.150.4748849.02
Hex87837303F2F30831
Octal207203163031757601061
Binary1000011110000011111001101111111011111100001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878373; }

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

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

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

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

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

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

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

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