#728482

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

Shades of Gumbo #728482

Tints of Gumbo #728482

Color information

#728482 (or 0x728482) is unknown color: approx Gumbo. HEX triplet: 72, 84 and 82. RGB value is (114,132,130). Sum of RGB (Red+Green+Blue) = 114+132+130=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 130 (51.17% from 255 or 34.57% from 376); Max value from RGB is 132 - color contains mainly: green. Hex color #728482 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728482 is #8D7B7D. Grayscale: #7E7E7E. Windows color (decimal): -9272190 or 8553586. OLE color: 8553586.

HSL color Cylindrical-coordinate representation of color #728482: hue angle of 173.33º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #728482 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB114132130-
CMYK0.1400.020.48
HSL173.33º7.32%48.24%-
HSV(B)173.33º13.64%51.76%-
XYZ19.2221.6924.29-
YUV126.39130.04119.16-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.32%
GREEN value IS 132 (51.95% from 255) = 35.11%
BLUE value IS 130 (51.17% from 255) = 34.57%
R=30.32%
G=35.11%
B=34.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1141321300.1400.020.48173.337.3248.24
Hex728482E0230ad730
Octal162204202160260255760
Binary11100101000010010000010111001011000010101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728482; }

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

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

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

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

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

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

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

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