#758582

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

Shades of Gumbo #758582

Tints of Gumbo #758582

Color information

#758582 (or 0x758582) is unknown color: approx Gumbo. HEX triplet: 75, 85 and 82. RGB value is (117,133,130). Sum of RGB (Red+Green+Blue) = 117+133+130=380 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.79% from 380); Green value is 133 (52.34% from 255 or 35% from 380); Blue value is 130 (51.17% from 255 or 34.21% from 380); Max value from RGB is 133 - color contains mainly: green. Hex color #758582 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758582 is #8A7A7D. Grayscale: #7F7F7F. Windows color (decimal): -9075326 or 8553845. OLE color: 8553845.

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

Color convert

RGB117133130-
CMYK0.1200.020.48
HSL168.75º6.4%49.02%-
HSV(B)168.75º12.03%52.16%-
XYZ19.7522.1724.36-
YUV127.87129.2120.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.79%
GREEN value IS 133 (52.34% from 255) = 35%
BLUE value IS 130 (51.17% from 255) = 34.21%
R=30.79%
G=35%
B=34.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1171331300.1200.020.48168.756.449.02
Hex758582C0230a9631
Octal165205202140260251661
Binary11101011000010110000010110001011000010101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758582; }

 p { color: rgb(117,133,130); }

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

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

 a { background-color: rgb(117,133,130); }

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

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

 span { border-color: rgb(117,133,130); }

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