#8B8D77

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

Shades of Bitter #8B8D77

Tints of Bitter #8B8D77

Color information

#8B8D77 (or 0x8B8D77) is unknown color: approx Bitter. HEX triplet: 8B, 8D and 77. RGB value is (139,141,119). Sum of RGB (Red+Green+Blue) = 139+141+119=399 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.84% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 119 (46.88% from 255 or 29.82% from 399); Max value from RGB is 141 - color contains mainly: green. Hex color #8B8D77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8D77 is #747288. Grayscale: #898989. Windows color (decimal): -7631497 or 7835019. OLE color: 7835019.

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

Color convert

RGB139141119-
CMYK0.0100.160.45
HSL65.45º8.8%50.98%-
HSV(B)65.45º15.6%55.29%-
XYZ23.525.8721.21-
YUV137.89117.34128.79-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.84%
GREEN value IS 141 (55.47% from 255) = 35.34%
BLUE value IS 119 (46.88% from 255) = 29.82%
R=34.84%
G=35.34%
B=29.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391411190.0100.160.4565.458.850.98
Hex8B8D7710102D41933
Octal2132151671020551011163
Binary10001011100011011110111101000010110110000011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,141,119); }

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

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

 a { background-color: rgb(139,141,119); }

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

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

 span { border-color: rgb(139,141,119); }

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