#728B84

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

Shades of Gumbo #728B84

Tints of Gumbo #728B84

Color information

#728B84 (or 0x728B84) is unknown color: approx Gumbo. HEX triplet: 72, 8B and 84. RGB value is (114,139,132). Sum of RGB (Red+Green+Blue) = 114+139+132=385 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.61% from 385); Green value is 139 (54.69% from 255 or 36.10% from 385); Blue value is 132 (51.95% from 255 or 34.29% from 385); Max value from RGB is 139 - color contains mainly: green. Hex color #728B84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728B84 is #8D747B. Grayscale: #828282. Windows color (decimal): -9270396 or 8686450. OLE color: 8686450.

HSL color Cylindrical-coordinate representation of color #728B84: hue angle of 163.2º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #728B84 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.

Color convert

RGB114139132-
CMYK0.1800.050.45
HSL163.2º9.88%49.61%-
HSV(B)163.2º17.99%54.51%-
XYZ20.3423.7125.33-
YUV130.73128.72116.07-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.61%
GREEN value IS 139 (54.69% from 255) = 36.10%
BLUE value IS 132 (51.95% from 255) = 34.29%
R=29.61%
G=36.10%
B=34.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1141391320.1800.050.45163.29.8849.61
Hex728B8412052Da3a32
Octal1622132042205552431262
Binary11100101000101110000100100100101101101101000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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