#728A83

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

Shades of Gumbo #728A83

Tints of Gumbo #728A83

Color information

#728A83 (or 0x728A83) is unknown color: approx Gumbo. HEX triplet: 72, 8A and 83. RGB value is (114,138,131). Sum of RGB (Red+Green+Blue) = 114+138+131=383 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.77% from 383); Green value is 138 (54.30% from 255 or 36.03% from 383); Blue value is 131 (51.56% from 255 or 34.20% from 383); Max value from RGB is 138 - color contains mainly: green. Hex color #728A83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728A83 is #8D757C. Grayscale: #828282. Windows color (decimal): -9270653 or 8620658. OLE color: 8620658.

HSL color Cylindrical-coordinate representation of color #728A83: hue angle of 162.5º degrees, saturation: 0.1, 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 #728A83 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.

Color convert

RGB114138131-
CMYK0.1700.050.46
HSL162.5º9.52%49.41%-
HSV(B)162.5º17.39%54.12%-
XYZ20.1223.3924.93-
YUV130.03128.55116.57-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.77%
GREEN value IS 138 (54.30% from 255) = 36.03%
BLUE value IS 131 (51.56% from 255) = 34.20%
R=29.77%
G=36.03%
B=34.20%

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
Decimal1141381310.1700.050.46162.59.5249.41
Hex728A8311052Ea2a31
Octal1622122032105562421261
Binary11100101000101010000011100010101101110101000101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,138,131); }

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

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

 a { background-color: rgb(114,138,131); }

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

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

 span { border-color: rgb(114,138,131); }

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