#739088

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

Shades of Gumbo #739088

Tints of Gumbo #739088

Color information

#739088 (or 0x739088) is unknown color: approx Gumbo. HEX triplet: 73, 90 and 88. RGB value is (115,144,136). Sum of RGB (Red+Green+Blue) = 115+144+136=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 136 (53.52% from 255 or 34.43% from 395); Max value from RGB is 144 - color contains mainly: green. Hex color #739088 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739088 is #8C6F77. Grayscale: #868686. Windows color (decimal): -9203576 or 8949875. OLE color: 8949875.

HSL color Cylindrical-coordinate representation of color #739088: hue angle of 163.45º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #739088 is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB115144136-
CMYK0.2000.060.44
HSL163.45º11.55%50.78%-
HSV(B)163.45º20.14%56.47%-
XYZ21.4925.3727.06-
YUV134.42128.89114.15-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.11%
GREEN value IS 144 (56.64% from 255) = 36.46%
BLUE value IS 136 (53.52% from 255) = 34.43%
R=29.11%
G=36.46%
B=34.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1151441360.2000.060.44163.4511.5550.78
Hex73908814062Ca3c33
Octal1632202102406542431463
Binary11100111001000010001000101000110101100101000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739088; }

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

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

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

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

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

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

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

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