#8B8F72

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

Shades of Bitter #8B8F72

Tints of Bitter #8B8F72

Color information

#8B8F72 (or 0x8B8F72) is unknown color: approx Bitter. HEX triplet: 8B, 8F and 72. RGB value is (139,143,114). Sum of RGB (Red+Green+Blue) = 139+143+114=396 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.10% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 114 (44.92% from 255 or 28.79% from 396); Max value from RGB is 143 - color contains mainly: green. Hex color #8B8F72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8F72 is #74708D. Grayscale: #8A8A8A. Windows color (decimal): -7630990 or 7507851. OLE color: 7507851.

HSL color Cylindrical-coordinate representation of color #8B8F72: hue angle of 68.28º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8B8F72 is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB139143114-
CMYK0.0300.200.44
HSL68.28º11.46%50.39%-
HSV(B)68.28º20.28%56.08%-
XYZ23.5126.3519.77-
YUV138.5114.17128.36-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.10%
GREEN value IS 143 (56.25% from 255) = 36.11%
BLUE value IS 114 (44.92% from 255) = 28.79%
R=35.10%
G=36.11%
B=28.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1391431140.0300.200.4468.2811.4650.39
Hex8B8F7230142C44b32
Octal2132171623024541041362
Binary100010111000111111100101101010010110010001001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,143,114); }

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

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

 a { background-color: rgb(139,143,114); }

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

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

 span { border-color: rgb(139,143,114); }

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