Html Css Color HEX #889071 Bitter

📋 copy color: '#889071'

red 136 ◦ green 144 ◦ blue 113

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

Shades of Bitter #889071

Tints of Bitter #889071

RGB

 RED value IS 136 (53.52% from 255) = 34.61%

 GREEN value IS 144 (56.64% from 255) = 36.64%

 BLUE value IS 113 (44.53% from 255) = 28.75%

R = 34.61%
G = 36.64%
B = 28.75%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#889071 (or 0x889071) is known color: Bitter. HEX triplet: 88, 90 and 71. RGB value is (136,144,113). Sum of RGB (Red+Green+Blue) = 136+144+113=393 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.61% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 144 - color contains mainly: green. Hex color #889071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889071 is #776F8E. Grayscale: #8A8A8A. Windows color (decimal): -7827343 or 7442568. OLE color: 7442568.

HSL color Cylindrical-coordinate representation of color #889071: hue angle of 75.48º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #889071 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 136 144 113 -
CMYK 0.06 0 0.22 0.44
HSL 75.48º 0.12% 0.5% -
HSV(B) 75.48º 0.22% 0.56% -
XYZ 23.11 26.37 19.5 -
YUV 138.07 113.85 126.52 -
System Red Green Blue C M Y K H S L
Decimal 136 144 113 0.06 0 0.22 0.44 75.48 0.12 0.5
Hex 88 90 71 6 0 16 2C 4B C 32
Octal 210 220 161 6 0 26 54 113 14 62
Binary 10001000 10010000 1110001 110 0 10110 101100 1001011 1100 110010

Color Harmonies of #889071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889071

Black with #889071

Text Example


Text Example

White with #889071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889071; }

 p { color: rgb(136,144,113); }

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

background-color css

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

 a { background-color: rgb(136,144,113); }

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

border-color css

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

 span { border-color: rgb(136,144,113); }

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