#75938D

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

Shades of Gumbo #75938D

Tints of Gumbo #75938D

Color information

#75938D (or 0x75938D) is unknown color: approx Gumbo. HEX triplet: 75, 93 and 8D. RGB value is (117,147,141). Sum of RGB (Red+Green+Blue) = 117+147+141=405 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.89% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 141 (55.47% from 255 or 34.81% from 405); Max value from RGB is 147 - color contains mainly: green. Hex color #75938D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75938D is #8A6C72. Grayscale: #898989. Windows color (decimal): -9071731 or 9278325. OLE color: 9278325.

HSL color Cylindrical-coordinate representation of color #75938D: hue angle of 168º 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 #75938D is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB117147141-
CMYK0.2000.040.42
HSL168º12.2%51.76%-
HSV(B)168º20.41%57.65%-
XYZ22.5826.5729.14-
YUV137.35130.06113.49-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.89%
GREEN value IS 147 (57.81% from 255) = 36.30%
BLUE value IS 141 (55.47% from 255) = 34.81%
R=28.89%
G=36.30%
B=34.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1171471410.2000.040.4216812.251.76
Hex75938D14042Aa8c34
Octal1652232152404522501464
Binary11101011001001110001101101000100101010101010001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75938D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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