Html Css Color HEX #888B76 Bitter

📋 copy color: '#888B76'

red 136 ◦ green 139 ◦ blue 118

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

Shades of Bitter #888B76

Tints of Bitter #888B76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.03%

R = 34.61%
G = 35.37%
B = 30.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#888B76 (or 0x888B76) is known color: Bitter. HEX triplet: 88, 8B and 76. RGB value is (136,139,118). Sum of RGB (Red+Green+Blue) = 136+139+118=393 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.61% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 139 - color contains mainly: green. Hex color #888B76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888B76 is #777489. Grayscale: #878787. Windows color (decimal): -7828618 or 7768968. OLE color: 7768968.

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

Color convert

RGB 136 139 118 -
CMYK 0.02 0 0.15 0.45
HSL 68.57º 0.08% 0.5% -
HSV(B) 68.57º 0.15% 0.55% -
XYZ 22.66 25.01 20.77 -
YUV 135.71 118.01 128.21 -
System Red Green Blue C M Y K H S L
Decimal 136 139 118 0.02 0 0.15 0.45 68.57 0.08 0.5
Hex 88 8B 76 2 0 F 2D 45 8 32
Octal 210 213 166 2 0 17 55 105 10 62
Binary 10001000 10001011 1110110 10 0 1111 101101 1000101 1000 110010

Color Harmonies of #888B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888B76

Black with #888B76

Text Example


Text Example

White with #888B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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