#728C85

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

Shades of Gumbo #728C85

Tints of Gumbo #728C85

Color information

#728C85 (or 0x728C85) is unknown color: approx Gumbo. HEX triplet: 72, 8C and 85. RGB value is (114,140,133). Sum of RGB (Red+Green+Blue) = 114+140+133=387 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.46% from 387); Green value is 140 (55.08% from 255 or 36.18% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 140 - color contains mainly: green. Hex color #728C85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728C85 is #8D737A. Grayscale: #838383. Windows color (decimal): -9270139 or 8752242. OLE color: 8752242.

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

Color convert

RGB114140133-
CMYK0.1900.050.45
HSL163.85º10.24%49.8%-
HSV(B)163.85º18.57%54.9%-
XYZ20.5524.0325.74-
YUV131.43128.89115.57-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.46%
GREEN value IS 140 (55.08% from 255) = 36.18%
BLUE value IS 133 (52.34% from 255) = 34.37%
R=29.46%
G=36.18%
B=34.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1141401330.1900.050.45163.8510.2449.8
Hex728C8513052Da4a32
Octal1622142052305552441262
Binary11100101000110010000101100110101101101101001001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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