#728881

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

Shades of Gumbo #728881

Tints of Gumbo #728881

Color information

#728881 (or 0x728881) is unknown color: approx Gumbo. HEX triplet: 72, 88 and 81. RGB value is (114,136,129). Sum of RGB (Red+Green+Blue) = 114+136+129=379 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.08% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 129 (50.78% from 255 or 34.04% from 379); Max value from RGB is 136 - color contains mainly: green. Hex color #728881 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728881 is #8D777E. Grayscale: #808080. Windows color (decimal): -9271167 or 8489074. OLE color: 8489074.

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

Color convert

RGB114136129-
CMYK0.1600.050.47
HSL160.91º8.8%49.02%-
HSV(B)160.91º16.18%53.33%-
XYZ19.7122.7724.13-
YUV128.62128.21117.57-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.08%
GREEN value IS 136 (53.52% from 255) = 35.88%
BLUE value IS 129 (50.78% from 255) = 34.04%
R=30.08%
G=35.88%
B=34.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1141361290.1600.050.47160.918.849.02
Hex72888110052Fa1931
Octal1622102012005572411161
Binary11100101000100010000001100000101101111101000011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728881; }

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

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

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

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

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

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

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

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