#728481

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

Shades of Gumbo #728481

Tints of Gumbo #728481

Color information

#728481 (or 0x728481) is unknown color: approx Gumbo. HEX triplet: 72, 84 and 81. RGB value is (114,132,129). Sum of RGB (Red+Green+Blue) = 114+132+129=375 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.4% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 129 (50.78% from 255 or 34.4% from 375); Max value from RGB is 132 - color contains mainly: green. Hex color #728481 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728481 is #8D7B7E. Grayscale: #7E7E7E. Windows color (decimal): -9272191 or 8488050. OLE color: 8488050.

HSL color Cylindrical-coordinate representation of color #728481: hue angle of 170º 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 #728481 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB114132129-
CMYK0.1400.020.48
HSL170º7.32%48.24%-
HSV(B)170º13.64%51.76%-
XYZ19.1521.6623.94-
YUV126.28129.54119.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.4%
GREEN value IS 132 (51.95% from 255) = 35.2%
BLUE value IS 129 (50.78% from 255) = 34.4%
R=30.4%
G=35.2%
B=34.4%

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
Decimal1141321290.1400.020.481707.3248.24
Hex728481E0230aa730
Octal162204201160260252760
Binary11100101000010010000001111001011000010101010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728481; }

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

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

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

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

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

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

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

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