#74928D

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

Shades of Gumbo #74928D

Tints of Gumbo #74928D

Color information

#74928D (or 0x74928D) is unknown color: approx Gumbo. HEX triplet: 74, 92 and 8D. RGB value is (116,146,141). Sum of RGB (Red+Green+Blue) = 116+146+141=403 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.78% from 403); Green value is 146 (57.42% from 255 or 36.23% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 146 - color contains mainly: green. Hex color #74928D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74928D is #8B6D72. Grayscale: #888888. Windows color (decimal): -9137523 or 9278068. OLE color: 9278068.

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

Color convert

RGB116146141-
CMYK0.2100.030.43
HSL170º12.1%51.37%-
HSV(B)170º20.55%57.25%-
XYZ22.2926.1929.08-
YUV136.46130.56113.41-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.78%
GREEN value IS 146 (57.42% from 255) = 36.23%
BLUE value IS 141 (55.47% from 255) = 34.99%
R=28.78%
G=36.23%
B=34.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1161461410.2100.030.4317012.151.37
Hex74928D15032Baac33
Octal1642222152503532521463
Binary1110100100100101000110110101011101011101010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74928D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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