#878173

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

Shades of Friar Grey #878173

Tints of Friar Grey #878173

Color information

#878173 (or 0x878173) is unknown color: approx Friar Grey. HEX triplet: 87, 81 and 73. RGB value is (135,129,115). Sum of RGB (Red+Green+Blue) = 135+129+115=379 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.62% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 115 (45.31% from 255 or 30.34% from 379); Max value from RGB is 135 - color contains mainly: red. Hex color #878173 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878173 is #787E8C. Grayscale: #818181. Windows color (decimal): -7896717 or 7569799. OLE color: 7569799.

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

Color convert

RGB135129115-
CMYK00.040.150.47
HSL42º8%49.02%-
HSV(B)42º14.81%52.94%-
XYZ20.9422.0919.38-
YUV129.2119.99132.14-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.62%
GREEN value IS 129 (50.78% from 255) = 34.04%
BLUE value IS 115 (45.31% from 255) = 30.34%
R=35.62%
G=34.04%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512911500.040.150.4742849.02
Hex87817304F2F2a831
Octal207201163041757521061
Binary10000111100000011110011010011111011111010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878173; }

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

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

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

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

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

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

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

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