#888F75

Color #888F75 Bitter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bitter #888F75

Tints of Bitter #888F75

Color information

#888F75 (or 0x888F75) is unknown color: approx Bitter. HEX triplet: 88, 8F and 75. RGB value is (136,143,117). Sum of RGB (Red+Green+Blue) = 136+143+117=396 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.34% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 143 - color contains mainly: green. Hex color #888F75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888F75 is #77708A. Grayscale: #8A8A8A. Windows color (decimal): -7827595 or 7704456. OLE color: 7704456.

HSL color Cylindrical-coordinate representation of color #888F75: hue angle of 76.15º 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 #888F75 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB136143117-
CMYK0.0500.180.44
HSL76.15º10.4%50.98%-
HSV(B)76.15º18.18%56.08%-
XYZ23.1926.1620.66-
YUV137.94116.18126.61-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.34%
GREEN value IS 143 (56.25% from 255) = 36.11%
BLUE value IS 117 (46.09% from 255) = 29.55%
R=34.34%
G=36.11%
B=29.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1361431170.0500.180.4476.1510.450.98
Hex888F7550122C4ca33
Octal2102171655022541141263
Binary1000100010001111111010110101001010110010011001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #888F75;
 }
 .AnyTagClassName
 {
   color: #888F75;
 }
</style>
background-color css

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

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

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

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

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

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