#878473

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

Shades of Friar Grey #878473

Tints of Friar Grey #878473

Color information

#878473 (or 0x878473) is unknown color: approx Friar Grey. HEX triplet: 87, 84 and 73. RGB value is (135,132,115). Sum of RGB (Red+Green+Blue) = 135+132+115=382 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.34% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 115 (45.31% from 255 or 30.10% from 382); Max value from RGB is 135 - color contains mainly: red. Hex color #878473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878473 is #787B8C. Grayscale: #838383. Windows color (decimal): -7895949 or 7570567. OLE color: 7570567.

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

Color convert

RGB135132115-
CMYK00.020.150.47
HSL51º8%49.02%-
HSV(B)51º14.81%52.94%-
XYZ21.3422.8919.51-
YUV130.96118.99130.88-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.34%
GREEN value IS 132 (51.95% from 255) = 34.55%
BLUE value IS 115 (45.31% from 255) = 30.10%
R=35.34%
G=34.55%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513211500.020.150.4751849.02
Hex87847302F2F33831
Octal207204163021757631061
Binary1000011110000100111001101011111011111100111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878473; }

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

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

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

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

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

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

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

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