#8C8F79

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

Shades of Bitter #8C8F79

Tints of Bitter #8C8F79

Color information

#8C8F79 (or 0x8C8F79) is unknown color: approx Bitter. HEX triplet: 8C, 8F and 79. RGB value is (140,143,121). Sum of RGB (Red+Green+Blue) = 140+143+121=404 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.65% from 404); Green value is 143 (56.25% from 255 or 35.40% from 404); Blue value is 121 (47.66% from 255 or 29.95% from 404); Max value from RGB is 143 - color contains mainly: green. Hex color #8C8F79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8F79 is #737086. Grayscale: #8B8B8B. Windows color (decimal): -7565447 or 7966604. OLE color: 7966604.

HSL color Cylindrical-coordinate representation of color #8C8F79: hue angle of 68.18º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8C8F79 is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB140143121-
CMYK0.0200.150.44
HSL68.18º8.94%51.76%-
HSV(B)68.18º15.38%56.08%-
XYZ24.0926.621.95-
YUV139.6117.51128.29-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.65%
GREEN value IS 143 (56.25% from 255) = 35.40%
BLUE value IS 121 (47.66% from 255) = 29.95%
R=34.65%
G=35.40%
B=29.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1401431210.0200.150.4468.188.9451.76
Hex8C8F7920F2C44934
Octal2142171712017541041164
Binary10001100100011111111001100111110110010001001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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