#739890

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

Shades of Gumbo #739890

Tints of Gumbo #739890

Color information

#739890 (or 0x739890) is unknown color: approx Gumbo. HEX triplet: 73, 98 and 90. RGB value is (115,152,144). Sum of RGB (Red+Green+Blue) = 115+152+144=411 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.98% from 411); Green value is 152 (59.77% from 255 or 36.98% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 152 - color contains mainly: green. Hex color #739890 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739890 is #8C676F. Grayscale: #8C8C8C. Windows color (decimal): -9201520 or 9476211. OLE color: 9476211.

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

Color convert

RGB115152144-
CMYK0.2400.050.40
HSL167.03º15.23%52.35%-
HSV(B)167.03º24.34%59.61%-
XYZ23.3328.1130.58-
YUV140.02130.24110.15-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.98%
GREEN value IS 152 (59.77% from 255) = 36.98%
BLUE value IS 144 (56.64% from 255) = 35.04%
R=27.98%
G=36.98%
B=35.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1151521440.2400.050.40167.0315.2352.35
Hex739890180528a7f34
Octal1632302203005502471764
Binary11100111001100010010000110000101101000101001111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739890; }

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

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

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

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

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

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

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

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