#8C8879

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

Shades of Friar Grey #8C8879

Tints of Friar Grey #8C8879

Color information

#8C8879 (or 0x8C8879) is unknown color: approx Friar Grey. HEX triplet: 8C, 88 and 79. RGB value is (140,136,121). Sum of RGB (Red+Green+Blue) = 140+136+121=397 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.26% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 121 (47.66% from 255 or 30.48% from 397); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8879 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8879 is #737786. Grayscale: #878787. Windows color (decimal): -7567239 or 7964812. OLE color: 7964812.

HSL color Cylindrical-coordinate representation of color #8C8879: hue angle of 47.37º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8C8879 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB140136121-
CMYK00.030.140.45
HSL47.37º7.63%51.18%-
HSV(B)47.37º13.57%54.9%-
XYZ23.0724.5621.61-
YUV135.49119.83131.22-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.26%
GREEN value IS 136 (53.52% from 255) = 34.26%
BLUE value IS 121 (47.66% from 255) = 30.48%
R=35.26%
G=34.26%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013612100.030.140.4547.377.6351.18
Hex8C887903E2D2f833
Octal214210171031655571063
Binary1000110010001000111100101111101011011011111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C8879; }

 p { color: rgb(140,136,121); }

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

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

 a { background-color: rgb(140,136,121); }

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

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

 span { border-color: rgb(140,136,121); }

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