#758987

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

Shades of Gumbo #758987

Tints of Gumbo #758987

Color information

#758987 (or 0x758987) is unknown color: approx Gumbo. HEX triplet: 75, 89 and 87. RGB value is (117,137,135). Sum of RGB (Red+Green+Blue) = 117+137+135=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 137 (53.91% from 255 or 35.22% from 389); Blue value is 135 (53.12% from 255 or 34.70% from 389); Max value from RGB is 137 - color contains mainly: green. Hex color #758987 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758987 is #8A7678. Grayscale: #828282. Windows color (decimal): -9074297 or 8882549. OLE color: 8882549.

HSL color Cylindrical-coordinate representation of color #758987: hue angle of 174º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #758987 is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB117137135-
CMYK0.1500.010.46
HSL174º7.87%49.8%-
HSV(B)174º14.6%53.73%-
XYZ20.6523.4226.35-
YUV130.79130.37118.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.08%
GREEN value IS 137 (53.91% from 255) = 35.22%
BLUE value IS 135 (53.12% from 255) = 34.70%
R=30.08%
G=35.22%
B=34.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1171371350.1500.010.461747.8749.8
Hex758987F012Eae832
Octal1652112071701562561062
Binary11101011000100110000111111101101110101011101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758987; }

 p { color: rgb(117,137,135); }

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

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

 a { background-color: rgb(117,137,135); }

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

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

 span { border-color: rgb(117,137,135); }

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