#728C86

Color #728C86 Gumbo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gumbo #728C86

Tints of Gumbo #728C86

Color information

#728C86 (or 0x728C86) is unknown color: approx Gumbo. HEX triplet: 72, 8C and 86. RGB value is (114,140,134). Sum of RGB (Red+Green+Blue) = 114+140+134=388 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.38% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 134 (52.73% from 255 or 34.54% from 388); Max value from RGB is 140 - color contains mainly: green. Hex color #728C86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728C86 is #8D7379. Grayscale: #838383. Windows color (decimal): -9270138 or 8817778. OLE color: 8817778.

HSL color Cylindrical-coordinate representation of color #728C86: hue angle of 166.15º 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 #728C86 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB114140134-
CMYK0.1900.040.45
HSL166.15º10.24%49.8%-
HSV(B)166.15º18.57%54.9%-
XYZ20.6224.0526.11-
YUV131.54129.39115.49-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.38%
GREEN value IS 140 (55.08% from 255) = 36.08%
BLUE value IS 134 (52.73% from 255) = 34.54%
R=29.38%
G=36.08%
B=34.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1141401340.1900.040.45166.1510.2449.8
Hex728C8613042Da6a32
Octal1622142062304552461262
Binary11100101000110010000110100110100101101101001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728C86; }

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

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

<style>
 a { background-color: #728C86; }

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

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

<style>
 span { border-color: #728C86; }

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

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