#728982

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

Shades of Gumbo #728982

Tints of Gumbo #728982

Color information

#728982 (or 0x728982) is unknown color: approx Gumbo. HEX triplet: 72, 89 and 82. RGB value is (114,137,130). Sum of RGB (Red+Green+Blue) = 114+137+130=381 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.92% from 381); Green value is 137 (53.91% from 255 or 35.96% from 381); Blue value is 130 (51.17% from 255 or 34.12% from 381); Max value from RGB is 137 - color contains mainly: green. Hex color #728982 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728982 is #8D767D. Grayscale: #818181. Windows color (decimal): -9270910 or 8554866. OLE color: 8554866.

HSL color Cylindrical-coordinate representation of color #728982: hue angle of 161.74º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #728982 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.

Color convert

RGB114137130-
CMYK0.1700.050.46
HSL161.74º9.16%49.22%-
HSV(B)161.74º16.79%53.73%-
XYZ19.9123.0824.52-
YUV129.32128.38117.07-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.92%
GREEN value IS 137 (53.91% from 255) = 35.96%
BLUE value IS 130 (51.17% from 255) = 34.12%
R=29.92%
G=35.96%
B=34.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1141371300.1700.050.46161.749.1649.22
Hex72898211052Ea2931
Octal1622112022105562421161
Binary11100101000100110000010100010101101110101000101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728982; }

 p { color: rgb(114,137,130); }

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

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

 a { background-color: rgb(114,137,130); }

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

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

 span { border-color: rgb(114,137,130); }

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