#76928D

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

Shades of Gumbo #76928D

Tints of Gumbo #76928D

Color information

#76928D (or 0x76928D) is unknown color: approx Gumbo. HEX triplet: 76, 92 and 8D. RGB value is (118,146,141). Sum of RGB (Red+Green+Blue) = 118+146+141=405 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.14% from 405); Green value is 146 (57.42% from 255 or 36.05% from 405); Blue value is 141 (55.47% from 255 or 34.81% from 405); Max value from RGB is 146 - color contains mainly: green. Hex color #76928D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76928D is #896D72. Grayscale: #898989. Windows color (decimal): -9006451 or 9278070. OLE color: 9278070.

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

Color convert

RGB118146141-
CMYK0.1900.030.43
HSL169.29º11.38%51.76%-
HSV(B)169.29º19.18%57.25%-
XYZ22.5626.3329.09-
YUV137.06130.22114.41-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.14%
GREEN value IS 146 (57.42% from 255) = 36.05%
BLUE value IS 141 (55.47% from 255) = 34.81%
R=29.14%
G=36.05%
B=34.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1181461410.1900.030.43169.2911.3851.76
Hex76928D13032Ba9b34
Octal1662222152303532511364
Binary1110110100100101000110110011011101011101010011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76928D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,146,141); }

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

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

 a { background-color: rgb(118,146,141); }

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

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

 span { border-color: rgb(118,146,141); }

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