#729890

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

Shades of Gumbo #729890

Tints of Gumbo #729890

Color information

#729890 (or 0x729890) is unknown color: approx Gumbo. HEX triplet: 72, 98 and 90. RGB value is (114,152,144). Sum of RGB (Red+Green+Blue) = 114+152+144=410 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.80% from 410); Green value is 152 (59.77% from 255 or 37.07% from 410); Blue value is 144 (56.64% from 255 or 35.12% from 410); Max value from RGB is 152 - color contains mainly: green. Hex color #729890 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729890 is #8D676F. Grayscale: #8B8B8B. Windows color (decimal): -9267056 or 9476210. OLE color: 9476210.

HSL color Cylindrical-coordinate representation of color #729890: hue angle of 167.37º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #729890 is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB114152144-
CMYK0.2500.050.40
HSL167.37º15.57%52.16%-
HSV(B)167.37º25%59.61%-
XYZ23.228.0530.58-
YUV139.73130.41109.65-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.80%
GREEN value IS 152 (59.77% from 255) = 37.07%
BLUE value IS 144 (56.64% from 255) = 35.12%
R=27.80%
G=37.07%
B=35.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1141521440.2500.050.40167.3715.5752.16
Hex729890190528a71034
Octal1622302203105502472064
Binary111001010011000100100001100101011010001010011110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729890; }

 p { color: rgb(114,152,144); }

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

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

 a { background-color: rgb(114,152,144); }

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

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

 span { border-color: rgb(114,152,144); }

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