Html Css Color HEX #8A8D77 Bitter

📋 copy color: '#8A8D77'

red 138 ◦ green 141 ◦ blue 119

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

Shades of Bitter #8A8D77

Tints of Bitter #8A8D77

RGB

 RED value IS 138 (54.3% from 255) = 34.67%

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

 BLUE value IS 119 (46.88% from 255) = 29.9%

R = 34.67%
G = 35.43%
B = 29.9%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#8A8D77 (or 0x8A8D77) is known color: Bitter. HEX triplet: 8A, 8D and 77. RGB value is (138,141,119). Sum of RGB (Red+Green+Blue) = 138+141+119=398 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.67% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 119 (46.88% from 255 or 29.90% from 398); Max value from RGB is 141 - color contains mainly: green. Hex color #8A8D77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8D77 is #757288. Grayscale: #898989. Windows color (decimal): -7697033 or 7835018. OLE color: 7835018.

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

Color convert

RGB 138 141 119 -
CMYK 0.02 0 0.16 0.45
HSL 68.18º 0.09% 0.51% -
HSV(B) 68.18º 0.16% 0.55% -
XYZ 23.34 25.78 21.2 -
YUV 137.6 117.51 128.29 -
System Red Green Blue C M Y K H S L
Decimal 138 141 119 0.02 0 0.16 0.45 68.18 0.09 0.51
Hex 8A 8D 77 2 0 10 2D 44 9 33
Octal 212 215 167 2 0 20 55 104 11 63
Binary 10001010 10001101 1110111 10 0 10000 101101 1000100 1001 110011

Color Harmonies of #8A8D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8D77

Black with #8A8D77

Text Example


Text Example

White with #8A8D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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