#738482

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

Shades of Gumbo #738482

Tints of Gumbo #738482

Color information

#738482 (or 0x738482) is unknown color: approx Gumbo. HEX triplet: 73, 84 and 82. RGB value is (115,132,130). Sum of RGB (Red+Green+Blue) = 115+132+130=377 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.50% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 130 (51.17% from 255 or 34.48% from 377); Max value from RGB is 132 - color contains mainly: green. Hex color #738482 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738482 is #8C7B7D. Grayscale: #7E7E7E. Windows color (decimal): -9206654 or 8553587. OLE color: 8553587.

HSL color Cylindrical-coordinate representation of color #738482: hue angle of 172.94º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #738482 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB115132130-
CMYK0.1300.020.48
HSL172.94º6.88%48.43%-
HSV(B)172.94º12.88%51.76%-
XYZ19.3521.7624.3-
YUV126.69129.87119.66-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.50%
GREEN value IS 132 (51.95% from 255) = 35.01%
BLUE value IS 130 (51.17% from 255) = 34.48%
R=30.50%
G=35.01%
B=34.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1151321300.1300.020.48172.946.8848.43
Hex738482D0230ad730
Octal163204202150260255760
Binary11100111000010010000010110101011000010101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738482; }

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

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

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

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

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

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

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

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