#728684

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

Shades of Gumbo #728684

Tints of Gumbo #728684

Color information

#728684 (or 0x728684) is unknown color: approx Gumbo. HEX triplet: 72, 86 and 84. RGB value is (114,134,132). Sum of RGB (Red+Green+Blue) = 114+134+132=380 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30% from 380); Green value is 134 (52.73% from 255 or 35.26% from 380); Blue value is 132 (51.95% from 255 or 34.74% from 380); Max value from RGB is 134 - color contains mainly: green. Hex color #728684 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728684 is #8D797B. Grayscale: #7F7F7F. Windows color (decimal): -9271676 or 8685170. OLE color: 8685170.

HSL color Cylindrical-coordinate representation of color #728684: hue angle of 174º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #728684 is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB114134132-
CMYK0.1500.010.47
HSL174º8.06%48.63%-
HSV(B)174º14.93%52.55%-
XYZ19.6322.2925.1-
YUV127.79130.37118.16-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30%
GREEN value IS 134 (52.73% from 255) = 35.26%
BLUE value IS 132 (51.95% from 255) = 34.74%
R=30%
G=35.26%
B=34.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1141341320.1500.010.471748.0648.63
Hex728684F012Fae831
Octal1622062041701572561061
Binary11100101000011010000100111101101111101011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728684; }

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

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

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

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

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

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

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

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