#75918B

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

Shades of Gumbo #75918B

Tints of Gumbo #75918B

Color information

#75918B (or 0x75918B) is unknown color: approx Gumbo. HEX triplet: 75, 91 and 8B. RGB value is (117,145,139). Sum of RGB (Red+Green+Blue) = 117+145+139=401 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.18% from 401); Green value is 145 (57.03% from 255 or 36.16% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 145 - color contains mainly: green. Hex color #75918B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75918B is #8A6E74. Grayscale: #878787. Windows color (decimal): -9072245 or 9146741. OLE color: 9146741.

HSL color Cylindrical-coordinate representation of color #75918B: hue angle of 167.14º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #75918B is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.

Color convert

RGB117145139-
CMYK0.1900.040.43
HSL167.14º11.29%51.37%-
HSV(B)167.14º19.31%56.86%-
XYZ22.1225.928.26-
YUV135.94129.72114.49-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.18%
GREEN value IS 145 (57.03% from 255) = 36.16%
BLUE value IS 139 (54.69% from 255) = 34.66%
R=29.18%
G=36.16%
B=34.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1171451390.1900.040.43167.1411.2951.37
Hex75918B13042Ba7b33
Octal1652212132304532471363
Binary11101011001000110001011100110100101011101001111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75918B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75918B; }

 p { color: rgb(117,145,139); }

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

<style>
 a { background-color: #75918B; }

 a { background-color: rgb(117,145,139); }

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

<style>
 span { border-color: #75918B; }

 span { border-color: rgb(117,145,139); }

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