#74908A

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

Shades of Gumbo #74908A

Tints of Gumbo #74908A

Color information

#74908A (or 0x74908A) is unknown color: approx Gumbo. HEX triplet: 74, 90 and 8A. RGB value is (116,144,138). Sum of RGB (Red+Green+Blue) = 116+144+138=398 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.15% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 144 - color contains mainly: green. Hex color #74908A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74908A is #8B6F75. Grayscale: #868686. Windows color (decimal): -9138038 or 9080948. OLE color: 9080948.

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

Color convert

RGB116144138-
CMYK0.1900.040.44
HSL167.14º11.2%50.98%-
HSV(B)167.14º19.44%56.47%-
XYZ21.7625.4927.82-
YUV134.94129.72114.49-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.15%
GREEN value IS 144 (56.64% from 255) = 36.18%
BLUE value IS 138 (54.30% from 255) = 34.67%
R=29.15%
G=36.18%
B=34.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1161441380.1900.040.44167.1411.250.98
Hex74908A13042Ca7b33
Octal1642202122304542471363
Binary11101001001000010001010100110100101100101001111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74908A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74908A; }

 p { color: rgb(116,144,138); }

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

<style>
 a { background-color: #74908A; }

 a { background-color: rgb(116,144,138); }

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

<style>
 span { border-color: #74908A; }

 span { border-color: rgb(116,144,138); }

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