#738782

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

Shades of Gumbo #738782

Tints of Gumbo #738782

Color information

#738782 (or 0x738782) is unknown color: approx Gumbo. HEX triplet: 73, 87 and 82. RGB value is (115,135,130). Sum of RGB (Red+Green+Blue) = 115+135+130=380 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.26% from 380); Green value is 135 (53.12% from 255 or 35.53% from 380); Blue value is 130 (51.17% from 255 or 34.21% from 380); Max value from RGB is 135 - color contains mainly: green. Hex color #738782 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738782 is #8C787D. Grayscale: #808080. Windows color (decimal): -9205886 or 8554355. OLE color: 8554355.

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

Color convert

RGB115135130-
CMYK0.1500.040.47
HSL165º8%49.02%-
HSV(B)165º14.81%52.94%-
XYZ19.7622.5824.44-
YUV128.45128.87118.41-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.26%
GREEN value IS 135 (53.12% from 255) = 35.53%
BLUE value IS 130 (51.17% from 255) = 34.21%
R=30.26%
G=35.53%
B=34.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1151351300.1500.040.47165849.02
Hex738782F042Fa5831
Octal1632072021704572451061
Binary1110011100001111000001011110100101111101001011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738782; }

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

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

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

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

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

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

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

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