Html Css Color HEX #8B8D76 Bitter

📋 copy color: '#8B8D76'

red 139 ◦ green 141 ◦ blue 118

#8B8D76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bitter #8B8D76

Tints of Bitter #8B8D76

RGB

 RED value IS 139 (54.69% from 255) = 34.92%

 GREEN value IS 141 (55.47% from 255) = 35.43%

 BLUE value IS 118 (46.48% from 255) = 29.65%

R = 34.92%
G = 35.43%
B = 29.65%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#8B8D76 (or 0x8B8D76) is known color: Bitter. HEX triplet: 8B, 8D and 76. RGB value is (139,141,118). Sum of RGB (Red+Green+Blue) = 139+141+118=398 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.92% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 118 (46.48% from 255 or 29.65% from 398); Max value from RGB is 141 - color contains mainly: green. Hex color #8B8D76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8D76 is #747289. Grayscale: #898989. Windows color (decimal): -7631498 or 7769483. OLE color: 7769483.

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

Color convert

RGB 139 141 118 -
CMYK 0.01 0 0.16 0.45
HSL 65.22º 0.09% 0.51% -
HSV(B) 65.22º 0.16% 0.55% -
XYZ 23.44 25.85 20.89 -
YUV 137.78 116.84 128.87 -
System Red Green Blue C M Y K H S L
Decimal 139 141 118 0.01 0 0.16 0.45 65.22 0.09 0.51
Hex 8B 8D 76 1 0 10 2D 41 9 33
Octal 213 215 166 1 0 20 55 101 11 63
Binary 10001011 10001101 1110110 1 0 10000 101101 1000001 1001 110011

Color Harmonies of #8B8D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B8D76

Black with #8B8D76

Text Example


Text Example

White with #8B8D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8B8D76;
 }
 .AnyTagClassName
 {
   color: #8B8D76;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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