#74958E

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

Shades of Gumbo #74958E

Tints of Gumbo #74958E

Color information

#74958E (or 0x74958E) is unknown color: approx Gumbo. HEX triplet: 74, 95 and 8E. RGB value is (116,149,142). Sum of RGB (Red+Green+Blue) = 116+149+142=407 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.50% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 149 - color contains mainly: green. Hex color #74958E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74958E is #8B6A71. Grayscale: #8A8A8A. Windows color (decimal): -9136754 or 9344372. OLE color: 9344372.

HSL color Cylindrical-coordinate representation of color #74958E: hue angle of 167.27º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #74958E is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB116149142-
CMYK0.2200.050.42
HSL167.27º13.47%51.96%-
HSV(B)167.27º22.15%58.43%-
XYZ22.8327.1629.63-
YUV138.33130.07112.07-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.50%
GREEN value IS 149 (58.59% from 255) = 36.61%
BLUE value IS 142 (55.86% from 255) = 34.89%
R=28.50%
G=36.61%
B=34.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1161491420.2200.050.42167.2713.4751.96
Hex74958E16052Aa7d34
Octal1642252162605522471564
Binary11101001001010110001110101100101101010101001111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74958E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74958E; }

 p { color: rgb(116,149,142); }

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

<style>
 a { background-color: #74958E; }

 a { background-color: rgb(116,149,142); }

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

<style>
 span { border-color: #74958E; }

 span { border-color: rgb(116,149,142); }

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