Html Css Color HEX #888D76 Bitter

📋 copy color: '#888D76'

red 136 ◦ green 141 ◦ blue 118

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

Shades of Bitter #888D76

Tints of Bitter #888D76

RGB

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

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

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

R = 34.43%
G = 35.7%
B = 29.87%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#888D76 (or 0x888D76) is known color: Bitter. HEX triplet: 88, 8D and 76. RGB value is (136,141,118). Sum of RGB (Red+Green+Blue) = 136+141+118=395 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.43% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 118 (46.48% from 255 or 29.87% from 395); Max value from RGB is 141 - color contains mainly: green. Hex color #888D76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888D76 is #777289. Grayscale: #888888. Windows color (decimal): -7828106 or 7769480. OLE color: 7769480.

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

Color convert

RGB 136 141 118 -
CMYK 0.04 0 0.16 0.45
HSL 73.04º 0.09% 0.51% -
HSV(B) 73.04º 0.16% 0.55% -
XYZ 22.95 25.59 20.87 -
YUV 136.88 117.34 127.37 -
System Red Green Blue C M Y K H S L
Decimal 136 141 118 0.04 0 0.16 0.45 73.04 0.09 0.51
Hex 88 8D 76 4 0 10 2D 49 9 33
Octal 210 215 166 4 0 20 55 111 11 63
Binary 10001000 10001101 1110110 100 0 10000 101101 1001001 1001 110011

Color Harmonies of #888D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888D76

Black with #888D76

Text Example


Text Example

White with #888D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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