#738682

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

Shades of Gumbo #738682

Tints of Gumbo #738682

Color information

#738682 (or 0x738682) is unknown color: approx Gumbo. HEX triplet: 73, 86 and 82. RGB value is (115,134,130). Sum of RGB (Red+Green+Blue) = 115+134+130=379 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.34% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 130 (51.17% from 255 or 34.30% from 379); Max value from RGB is 134 - color contains mainly: green. Hex color #738682 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738682 is #8C797D. Grayscale: #7F7F7F. Windows color (decimal): -9206142 or 8554099. OLE color: 8554099.

HSL color Cylindrical-coordinate representation of color #738682: hue angle of 167.37º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #738682 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB115134130-
CMYK0.1400.030.47
HSL167.37º7.63%48.82%-
HSV(B)167.37º14.18%52.55%-
XYZ19.6222.3124.39-
YUV127.86129.21118.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.34%
GREEN value IS 134 (52.73% from 255) = 35.36%
BLUE value IS 130 (51.17% from 255) = 34.30%
R=30.34%
G=35.36%
B=34.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1151341300.1400.030.47167.377.6348.82
Hex738682E032Fa7831
Octal1632062021603572471061
Binary111001110000110100000101110011101111101001111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738682; }

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

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

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

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

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

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

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

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