#728584

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

Shades of Gumbo #728584

Tints of Gumbo #728584

Color information

#728584 (or 0x728584) is unknown color: approx Gumbo. HEX triplet: 72, 85 and 84. RGB value is (114,133,132). Sum of RGB (Red+Green+Blue) = 114+133+132=379 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.08% from 379); Green value is 133 (52.34% from 255 or 35.09% from 379); Blue value is 132 (51.95% from 255 or 34.83% from 379); Max value from RGB is 133 - color contains mainly: green. Hex color #728584 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728584 is #8D7A7B. Grayscale: #7F7F7F. Windows color (decimal): -9271932 or 8684914. OLE color: 8684914.

HSL color Cylindrical-coordinate representation of color #728584: hue angle of 176.84º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #728584 is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB114133132-
CMYK0.1400.010.48
HSL176.84º7.69%48.43%-
HSV(B)176.84º14.29%52.16%-
XYZ19.4922.0225.05-
YUV127.2130.71118.58-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.08%
GREEN value IS 133 (52.34% from 255) = 35.09%
BLUE value IS 132 (51.95% from 255) = 34.83%
R=30.08%
G=35.09%
B=34.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1141331320.1400.010.48176.847.6948.43
Hex728584E0130b1830
Octal1622052041601602611060
Binary11100101000010110000100111001110000101100011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728584; }

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

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

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

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

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

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

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

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