Html Css Color HEX #888B78 Bitter

📋 copy color: '#888B78'

red 136 ◦ green 139 ◦ blue 120

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

Shades of Bitter #888B78

Tints of Bitter #888B78

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.19%

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

R = 34.43%
G = 35.19%
B = 30.38%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#888B78 (or 0x888B78) is known color: Bitter. HEX triplet: 88, 8B and 78. RGB value is (136,139,120). Sum of RGB (Red+Green+Blue) = 136+139+120=395 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.43% from 395); Green value is 139 (54.69% from 255 or 35.19% from 395); Blue value is 120 (47.27% from 255 or 30.38% from 395); Max value from RGB is 139 - color contains mainly: green. Hex color #888B78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888B78 is #777487. Grayscale: #888888. Windows color (decimal): -7828616 or 7900040. OLE color: 7900040.

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

Color convert

RGB 136 139 120 -
CMYK 0.02 0 0.14 0.45
HSL 69.47º 0.08% 0.51% -
HSV(B) 69.47º 0.14% 0.55% -
XYZ 22.78 25.06 21.41 -
YUV 135.94 119.01 128.04 -
System Red Green Blue C M Y K H S L
Decimal 136 139 120 0.02 0 0.14 0.45 69.47 0.08 0.51
Hex 88 8B 78 2 0 E 2D 45 8 33
Octal 210 213 170 2 0 16 55 105 10 63
Binary 10001000 10001011 1111000 10 0 1110 101101 1000101 1000 110011

Color Harmonies of #888B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888B78

Black with #888B78

Text Example


Text Example

White with #888B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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