#75928C

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

Shades of Gumbo #75928C

Tints of Gumbo #75928C

Color information

#75928C (or 0x75928C) is unknown color: approx Gumbo. HEX triplet: 75, 92 and 8C. RGB value is (117,146,140). Sum of RGB (Red+Green+Blue) = 117+146+140=403 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.03% from 403); Green value is 146 (57.42% from 255 or 36.23% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 146 - color contains mainly: green. Hex color #75928C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75928C is #8A6D73. Grayscale: #888888. Windows color (decimal): -9071988 or 9212533. OLE color: 9212533.

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

Color convert

RGB117146140-
CMYK0.2000.040.43
HSL167.59º11.74%51.57%-
HSV(B)167.59º19.86%57.25%-
XYZ22.3526.2328.7-
YUV136.65129.89113.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.03%
GREEN value IS 146 (57.42% from 255) = 36.23%
BLUE value IS 140 (55.08% from 255) = 34.74%
R=29.03%
G=36.23%
B=34.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1171461400.2000.040.43167.5911.7451.57
Hex75928C14042Ba8c34
Octal1652222142404532501464
Binary11101011001001010001100101000100101011101010001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75928C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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