Html Css Color HEX #888E75 Bitter

📋 copy color: '#888E75'

red 136 ◦ green 142 ◦ blue 117

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

Shades of Bitter #888E75

Tints of Bitter #888E75

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.95%

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

R = 34.43%
G = 35.95%
B = 29.62%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#888E75 (or 0x888E75) is known color: Bitter. HEX triplet: 88, 8E and 75. RGB value is (136,142,117). Sum of RGB (Red+Green+Blue) = 136+142+117=395 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.43% from 395); Green value is 142 (55.86% from 255 or 35.95% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 142 - color contains mainly: green. Hex color #888E75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888E75 is #77718A. Grayscale: #898989. Windows color (decimal): -7827851 or 7704200. OLE color: 7704200.

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

Color convert

RGB 136 142 117 -
CMYK 0.04 0 0.18 0.44
HSL 74.4º 0.1% 0.51% -
HSV(B) 74.4º 0.18% 0.56% -
XYZ 23.04 25.86 20.61 -
YUV 137.36 116.51 127.03 -
System Red Green Blue C M Y K H S L
Decimal 136 142 117 0.04 0 0.18 0.44 74.4 0.1 0.51
Hex 88 8E 75 4 0 12 2C 4A A 33
Octal 210 216 165 4 0 22 54 112 12 63
Binary 10001000 10001110 1110101 100 0 10010 101100 1001010 1010 110011

Color Harmonies of #888E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888E75

Black with #888E75

Text Example


Text Example

White with #888E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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