#8C8979

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

Shades of Friar Grey #8C8979

Tints of Friar Grey #8C8979

Color information

#8C8979 (or 0x8C8979) is unknown color: approx Friar Grey. HEX triplet: 8C, 89 and 79. RGB value is (140,137,121). Sum of RGB (Red+Green+Blue) = 140+137+121=398 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.18% from 398); Green value is 137 (53.91% from 255 or 34.42% from 398); Blue value is 121 (47.66% from 255 or 30.40% from 398); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8979 is #737686. Grayscale: #888888. Windows color (decimal): -7566983 or 7965068. OLE color: 7965068.

HSL color Cylindrical-coordinate representation of color #8C8979: hue angle of 50.53º 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 #8C8979 is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB140137121-
CMYK00.020.140.45
HSL50.53º7.63%51.18%-
HSV(B)50.53º13.57%54.9%-
XYZ23.2124.8521.66-
YUV136.07119.49130.8-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.18%
GREEN value IS 137 (53.91% from 255) = 34.42%
BLUE value IS 121 (47.66% from 255) = 30.40%
R=35.18%
G=34.42%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013712100.020.140.4550.537.6351.18
Hex8C897902E2D33833
Octal214211171021655631063
Binary1000110010001001111100101011101011011100111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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