Html Css Color HEX #888D75 Bitter

📋 copy color: '#888D75'

red 136 ◦ green 141 ◦ blue 117

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

Shades of Bitter #888D75

Tints of Bitter #888D75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.7%

R = 34.52%
G = 35.79%
B = 29.7%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#888D75 (or 0x888D75) is known color: Bitter. HEX triplet: 88, 8D and 75. RGB value is (136,141,117). Sum of RGB (Red+Green+Blue) = 136+141+117=394 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.52% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 141 - color contains mainly: green. Hex color #888D75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888D75 is #77728A. Grayscale: #888888. Windows color (decimal): -7828107 or 7703944. OLE color: 7703944.

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

Color convert

RGB 136 141 117 -
CMYK 0.04 0 0.17 0.45
HSL 72.5º 0.1% 0.51% -
HSV(B) 72.5º 0.17% 0.55% -
XYZ 22.89 25.57 20.56 -
YUV 136.77 116.84 127.45 -
System Red Green Blue C M Y K H S L
Decimal 136 141 117 0.04 0 0.17 0.45 72.5 0.1 0.51
Hex 88 8D 75 4 0 11 2D 48 A 33
Octal 210 215 165 4 0 21 55 110 12 63
Binary 10001000 10001101 1110101 100 0 10001 101101 1001000 1010 110011

Color Harmonies of #888D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888D75

Black with #888D75

Text Example


Text Example

White with #888D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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