#75938C

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

Shades of Gumbo #75938C

Tints of Gumbo #75938C

Color information

#75938C (or 0x75938C) is unknown color: approx Gumbo. HEX triplet: 75, 93 and 8C. RGB value is (117,147,140). Sum of RGB (Red+Green+Blue) = 117+147+140=404 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.96% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 147 - color contains mainly: green. Hex color #75938C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75938C is #8A6C73. Grayscale: #898989. Windows color (decimal): -9071732 or 9212789. OLE color: 9212789.

HSL color Cylindrical-coordinate representation of color #75938C: hue angle of 166º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #75938C is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB117147140-
CMYK0.2000.050.42
HSL166º12.2%51.76%-
HSV(B)166º20.41%57.65%-
XYZ22.526.5428.75-
YUV137.23129.56113.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.96%
GREEN value IS 147 (57.81% from 255) = 36.39%
BLUE value IS 140 (55.08% from 255) = 34.65%
R=28.96%
G=36.39%
B=34.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1171471400.2000.050.4216612.251.76
Hex75938C14052Aa6c34
Octal1652232142405522461464
Binary11101011001001110001100101000101101010101001101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75938C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75938C; }

 p { color: rgb(117,147,140); }

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

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

 a { background-color: rgb(117,147,140); }

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

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

 span { border-color: rgb(117,147,140); }

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