#738984

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

Shades of Gumbo #738984

Tints of Gumbo #738984

Color information

#738984 (or 0x738984) is unknown color: approx Gumbo. HEX triplet: 73, 89 and 84. RGB value is (115,137,132). Sum of RGB (Red+Green+Blue) = 115+137+132=384 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.95% from 384); Green value is 137 (53.91% from 255 or 35.68% from 384); Blue value is 132 (51.95% from 255 or 34.38% from 384); Max value from RGB is 137 - color contains mainly: green. Hex color #738984 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738984 is #8C767B. Grayscale: #818181. Windows color (decimal): -9205372 or 8685939. OLE color: 8685939.

HSL color Cylindrical-coordinate representation of color #738984: hue angle of 166.36º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #738984 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB115137132-
CMYK0.1600.040.46
HSL166.36º8.73%49.41%-
HSV(B)166.36º16.06%53.73%-
XYZ20.1823.225.24-
YUV129.85129.21117.41-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.95%
GREEN value IS 137 (53.91% from 255) = 35.68%
BLUE value IS 132 (51.95% from 255) = 34.38%
R=29.95%
G=35.68%
B=34.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1151371320.1600.040.46166.368.7349.41
Hex73898410042Ea6931
Octal1632112042004562461161
Binary11100111000100110000100100000100101110101001101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738984; }

 p { color: rgb(115,137,132); }

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

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

 a { background-color: rgb(115,137,132); }

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

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

 span { border-color: rgb(115,137,132); }

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