#75958E

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

Shades of Gumbo #75958E

Tints of Gumbo #75958E

Color information

#75958E (or 0x75958E) is unknown color: approx Gumbo. HEX triplet: 75, 95 and 8E. RGB value is (117,149,142). Sum of RGB (Red+Green+Blue) = 117+149+142=408 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.68% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 142 (55.86% from 255 or 34.80% from 408); Max value from RGB is 149 - color contains mainly: green. Hex color #75958E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75958E is #8A6A71. Grayscale: #8A8A8A. Windows color (decimal): -9071218 or 9344373. OLE color: 9344373.

HSL color Cylindrical-coordinate representation of color #75958E: hue angle of 166.87º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #75958E is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB117149142-
CMYK0.2100.050.42
HSL166.87º13.11%52.16%-
HSV(B)166.87º21.48%58.43%-
XYZ22.9727.2329.64-
YUV138.63129.9112.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.68%
GREEN value IS 149 (58.59% from 255) = 36.52%
BLUE value IS 142 (55.86% from 255) = 34.80%
R=28.68%
G=36.52%
B=34.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1171491420.2100.050.42166.8713.1152.16
Hex75958E15052Aa7d34
Octal1652252162505522471564
Binary11101011001010110001110101010101101010101001111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75958E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75958E; }

 p { color: rgb(117,149,142); }

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

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

 a { background-color: rgb(117,149,142); }

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

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

 span { border-color: rgb(117,149,142); }

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