#738581

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

Shades of Gumbo #738581

Tints of Gumbo #738581

Color information

#738581 (or 0x738581) is unknown color: approx Gumbo. HEX triplet: 73, 85 and 81. RGB value is (115,133,129). Sum of RGB (Red+Green+Blue) = 115+133+129=377 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.50% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 133 - color contains mainly: green. Hex color #738581 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738581 is #8C7A7E. Grayscale: #7F7F7F. Windows color (decimal): -9206399 or 8488307. OLE color: 8488307.

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

Color convert

RGB115133129-
CMYK0.1400.030.48
HSL166.67º7.26%48.63%-
HSV(B)166.67º13.53%52.16%-
XYZ19.422223.99-
YUV127.16129.04119.33-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.50%
GREEN value IS 133 (52.34% from 255) = 35.28%
BLUE value IS 129 (50.78% from 255) = 34.22%
R=30.50%
G=35.28%
B=34.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1151331290.1400.030.48166.677.2648.63
Hex738581E0330a7731
Octal163205201160360247761
Binary11100111000010110000001111001111000010100111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738581; }

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

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

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

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

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

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

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

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