#888C72

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

Shades of Bitter #888C72

Tints of Bitter #888C72

Color information

#888C72 (or 0x888C72) is unknown color: approx Bitter. HEX triplet: 88, 8C and 72. RGB value is (136,140,114). Sum of RGB (Red+Green+Blue) = 136+140+114=390 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.87% from 390); Green value is 140 (55.08% from 255 or 35.90% from 390); Blue value is 114 (44.92% from 255 or 29.23% from 390); Max value from RGB is 140 - color contains mainly: green. Hex color #888C72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888C72 is #77738D. Grayscale: #878787. Windows color (decimal): -7828366 or 7507080. OLE color: 7507080.

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

Color convert

RGB136140114-
CMYK0.0300.190.45
HSL69.23º10.24%49.8%-
HSV(B)69.23º18.57%54.9%-
XYZ22.5725.2119.6-
YUV135.84115.67128.11-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.87%
GREEN value IS 140 (55.08% from 255) = 35.90%
BLUE value IS 114 (44.92% from 255) = 29.23%
R=34.87%
G=35.90%
B=29.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1361401140.0300.190.4569.2310.2449.8
Hex888C7230132D45a32
Octal2102141623023551051262
Binary100010001000110011100101101001110110110001011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,140,114); }

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

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

 a { background-color: rgb(136,140,114); }

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

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

 span { border-color: rgb(136,140,114); }

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