#75948D

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

Shades of Gumbo #75948D

Tints of Gumbo #75948D

Color information

#75948D (or 0x75948D) is unknown color: approx Gumbo. HEX triplet: 75, 94 and 8D. RGB value is (117,148,141). Sum of RGB (Red+Green+Blue) = 117+148+141=406 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.82% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 148 - color contains mainly: green. Hex color #75948D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75948D is #8A6B72. Grayscale: #898989. Windows color (decimal): -9071475 or 9278581. OLE color: 9278581.

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

Color convert

RGB117148141-
CMYK0.2100.050.42
HSL166.45º12.65%51.96%-
HSV(B)166.45º20.95%58.04%-
XYZ22.7326.8829.19-
YUV137.93129.73113.07-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.82%
GREEN value IS 148 (58.20% from 255) = 36.45%
BLUE value IS 141 (55.47% from 255) = 34.73%
R=28.82%
G=36.45%
B=34.73%

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
Decimal1171481410.2100.050.42166.4512.6551.96
Hex75948D15052Aa6d34
Octal1652242152505522461564
Binary11101011001010010001101101010101101010101001101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75948D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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