#728B85

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

Shades of Gumbo #728B85

Tints of Gumbo #728B85

Color information

#728B85 (or 0x728B85) is unknown color: approx Gumbo. HEX triplet: 72, 8B and 85. RGB value is (114,139,133). Sum of RGB (Red+Green+Blue) = 114+139+133=386 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.53% from 386); Green value is 139 (54.69% from 255 or 36.01% from 386); Blue value is 133 (52.34% from 255 or 34.46% from 386); Max value from RGB is 139 - color contains mainly: green. Hex color #728B85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728B85 is #8D747A. Grayscale: #828282. Windows color (decimal): -9270395 or 8751986. OLE color: 8751986.

HSL color Cylindrical-coordinate representation of color #728B85: hue angle of 165.6º 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 #728B85 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB114139133-
CMYK0.1800.040.45
HSL165.6º9.88%49.61%-
HSV(B)165.6º17.99%54.51%-
XYZ20.4123.7425.7-
YUV130.84129.22115.99-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.53%
GREEN value IS 139 (54.69% from 255) = 36.01%
BLUE value IS 133 (52.34% from 255) = 34.46%
R=29.53%
G=36.01%
B=34.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1141391330.1800.040.45165.69.8849.61
Hex728B8512042Da6a32
Octal1622132052204552461262
Binary11100101000101110000101100100100101101101001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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