Html Css Color HEX #888D78 Bitter

📋 copy color: '#888D78'

red 136 ◦ green 141 ◦ blue 120

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

Shades of Bitter #888D78

Tints of Bitter #888D78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 30.23%

R = 34.26%
G = 35.52%
B = 30.23%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#888D78 (or 0x888D78) is known color: Bitter. HEX triplet: 88, 8D and 78. RGB value is (136,141,120). Sum of RGB (Red+Green+Blue) = 136+141+120=397 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.26% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 141 - color contains mainly: green. Hex color #888D78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888D78 is #777287. Grayscale: #898989. Windows color (decimal): -7828104 or 7900552. OLE color: 7900552.

HSL color Cylindrical-coordinate representation of color #888D78: hue angle of 74.29º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #888D78 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB 136 141 120 -
CMYK 0.04 0 0.15 0.45
HSL 74.29º 0.08% 0.51% -
HSV(B) 74.29º 0.15% 0.55% -
XYZ 23.07 25.64 21.5 -
YUV 137.11 118.34 127.21 -
System Red Green Blue C M Y K H S L
Decimal 136 141 120 0.04 0 0.15 0.45 74.29 0.08 0.51
Hex 88 8D 78 4 0 F 2D 4A 8 33
Octal 210 215 170 4 0 17 55 112 10 63
Binary 10001000 10001101 1111000 100 0 1111 101101 1001010 1000 110011

Color Harmonies of #888D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888D78

Black with #888D78

Text Example


Text Example

White with #888D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888D78; }

 p { color: rgb(136,141,120); }

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

background-color css

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

 a { background-color: rgb(136,141,120); }

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

border-color css

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

 span { border-color: rgb(136,141,120); }

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