#738580

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

Shades of Gumbo #738580

Tints of Gumbo #738580

Color information

#738580 (or 0x738580) is unknown color: approx Gumbo. HEX triplet: 73, 85 and 80. RGB value is (115,133,128). Sum of RGB (Red+Green+Blue) = 115+133+128=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 133 - color contains mainly: green. Hex color #738580 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738580 is #8C7A7F. Grayscale: #7F7F7F. Windows color (decimal): -9206400 or 8422771. OLE color: 8422771.

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

Color convert

RGB115133128-
CMYK0.1400.040.48
HSL163.33º7.26%48.63%-
HSV(B)163.33º13.53%52.16%-
XYZ19.3521.9823.64-
YUV127.05128.54119.41-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.59%
GREEN value IS 133 (52.34% from 255) = 35.37%
BLUE value IS 128 (50.39% from 255) = 34.04%
R=30.59%
G=35.37%
B=34.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1151331280.1400.040.48163.337.2648.63
Hex738580E0430a3731
Octal163205200160460243761
Binary111001110000101100000001110010011000010100011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738580; }

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

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

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

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

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

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

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

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