#728D8A

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

Shades of Gumbo #728D8A

Tints of Gumbo #728D8A

Color information

#728D8A (or 0x728D8A) is unknown color: approx Gumbo. HEX triplet: 72, 8D and 8A. RGB value is (114,141,138). Sum of RGB (Red+Green+Blue) = 114+141+138=393 (52% of max value = 765). Red value is 114 (44.92% from 255 or 29.01% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 141 - color contains mainly: green. Hex color #728D8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728D8A is #8D7275. Grayscale: #848484. Windows color (decimal): -9269878 or 9080178. OLE color: 9080178.

HSL color Cylindrical-coordinate representation of color #728D8A: hue angle of 173.33º degrees, saturation: 0.11, 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 #728D8A is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB114141138-
CMYK0.1900.020.45
HSL173.33º10.59%50%-
HSV(B)173.33º19.15%55.29%-
XYZ21.0524.4627.66-
YUV132.58131.05114.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.01%
GREEN value IS 141 (55.47% from 255) = 35.88%
BLUE value IS 138 (54.30% from 255) = 35.11%
R=29.01%
G=35.88%
B=35.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1141411380.1900.020.45173.3310.5950
Hex728D8A13022Dadb32
Octal1622152122302552551362
Binary1110010100011011000101010011010101101101011011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,141,138); }

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

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

 a { background-color: rgb(114,141,138); }

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

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

 span { border-color: rgb(114,141,138); }

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