#758682

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

Shades of Gumbo #758682

Tints of Gumbo #758682

Color information

#758682 (or 0x758682) is unknown color: approx Gumbo. HEX triplet: 75, 86 and 82. RGB value is (117,134,130). Sum of RGB (Red+Green+Blue) = 117+134+130=381 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.71% from 381); Green value is 134 (52.73% from 255 or 35.17% from 381); Blue value is 130 (51.17% from 255 or 34.12% from 381); Max value from RGB is 134 - color contains mainly: green. Hex color #758682 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758682 is #8A797D. Grayscale: #808080. Windows color (decimal): -9075070 or 8554101. OLE color: 8554101.

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

Color convert

RGB117134130-
CMYK0.1300.030.47
HSL165.88º6.77%49.22%-
HSV(B)165.88º12.69%52.55%-
XYZ19.8922.4424.4-
YUV128.46128.87119.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.71%
GREEN value IS 134 (52.73% from 255) = 35.17%
BLUE value IS 130 (51.17% from 255) = 34.12%
R=30.71%
G=35.17%
B=34.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1171341300.1300.030.47165.886.7749.22
Hex758682D032Fa6731
Octal165206202150357246761
Binary11101011000011010000010110101110111110100110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758682; }

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

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

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

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

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

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

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

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