#738481

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

Shades of Gumbo #738481

Tints of Gumbo #738481

Color information

#738481 (or 0x738481) is unknown color: approx Gumbo. HEX triplet: 73, 84 and 81. RGB value is (115,132,129). Sum of RGB (Red+Green+Blue) = 115+132+129=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 129 (50.78% from 255 or 34.31% from 376); Max value from RGB is 132 - color contains mainly: green. Hex color #738481 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738481 is #8C7B7E. Grayscale: #7E7E7E. Windows color (decimal): -9206655 or 8488051. OLE color: 8488051.

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

Color convert

RGB115132129-
CMYK0.1300.020.48
HSL169.41º6.88%48.43%-
HSV(B)169.41º12.88%51.76%-
XYZ19.2821.7323.95-
YUV126.58129.37119.74-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.59%
GREEN value IS 132 (51.95% from 255) = 35.11%
BLUE value IS 129 (50.78% from 255) = 34.31%
R=30.59%
G=35.11%
B=34.31%

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
Decimal1151321290.1300.020.48169.416.8848.43
Hex738481D0230a9730
Octal163204201150260251760
Binary11100111000010010000001110101011000010101001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738481; }

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

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

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

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

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

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

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

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