#738480

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

Shades of Gumbo #738480

Tints of Gumbo #738480

Color information

#738480 (or 0x738480) is unknown color: approx Gumbo. HEX triplet: 73, 84 and 80. RGB value is (115,132,128). Sum of RGB (Red+Green+Blue) = 115+132+128=375 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.67% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 132 - color contains mainly: green. Hex color #738480 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738480 is #8C7B7F. Grayscale: #7E7E7E. Windows color (decimal): -9206656 or 8422515. OLE color: 8422515.

HSL color Cylindrical-coordinate representation of color #738480: hue angle of 165.88º 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 #738480 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB115132128-
CMYK0.1300.030.48
HSL165.88º6.88%48.43%-
HSV(B)165.88º12.88%51.76%-
XYZ19.2221.7123.6-
YUV126.46128.87119.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.67%
GREEN value IS 132 (51.95% from 255) = 35.2%
BLUE value IS 128 (50.39% from 255) = 34.13%
R=30.67%
G=35.2%
B=34.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1151321280.1300.030.48165.886.8848.43
Hex738480D0330a6730
Octal163204200150360246760
Binary11100111000010010000000110101111000010100110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738480; }

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

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

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

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

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

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

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

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