Html Css Color HEX #868977 Bitter

📋 copy color: '#868977'

red 134 ◦ green 137 ◦ blue 119

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

Shades of Bitter #868977

Tints of Bitter #868977

RGB

 RED value IS 134 (52.73% from 255) = 34.36%

 GREEN value IS 137 (53.91% from 255) = 35.13%

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

R = 34.36%
G = 35.13%
B = 30.51%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.13

 K value IS 0.46

RGB Variations

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

Color information

#868977 (or 0x868977) is known color: Bitter. HEX triplet: 86, 89 and 77. RGB value is (134,137,119). Sum of RGB (Red+Green+Blue) = 134+137+119=390 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.36% from 390); Green value is 137 (53.91% from 255 or 35.13% from 390); Blue value is 119 (46.88% from 255 or 30.51% from 390); Max value from RGB is 137 - color contains mainly: green. Hex color #868977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868977 is #797688. Grayscale: #868686. Windows color (decimal): -7960201 or 7833990. OLE color: 7833990.

HSL color Cylindrical-coordinate representation of color #868977: hue angle of 70º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #868977 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.46.

Color convert

RGB 134 137 119 -
CMYK 0.02 0 0.13 0.46
HSL 70º 0.07% 0.5% -
HSV(B) 70º 0.13% 0.54% -
XYZ 22.11 24.29 20.98 -
YUV 134.05 119.51 127.96 -
System Red Green Blue C M Y K H S L
Decimal 134 137 119 0.02 0 0.13 0.46 70 0.07 0.5
Hex 86 89 77 2 0 D 2E 46 7 32
Octal 206 211 167 2 0 15 56 106 7 62
Binary 10000110 10001001 1110111 10 0 1101 101110 1000110 111 110010

Color Harmonies of #868977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868977

Black with #868977

Text Example


Text Example

White with #868977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868977; }

 p { color: rgb(134,137,119); }

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

background-color css

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

 a { background-color: rgb(134,137,119); }

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

border-color css

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

 span { border-color: rgb(134,137,119); }

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