#74928C

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

Shades of Gumbo #74928C

Tints of Gumbo #74928C

Color information

#74928C (or 0x74928C) is unknown color: approx Gumbo. HEX triplet: 74, 92 and 8C. RGB value is (116,146,140). Sum of RGB (Red+Green+Blue) = 116+146+140=402 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.86% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 146 - color contains mainly: green. Hex color #74928C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74928C is #8B6D73. Grayscale: #888888. Windows color (decimal): -9137524 or 9212532. OLE color: 9212532.

HSL color Cylindrical-coordinate representation of color #74928C: hue angle of 168º 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 #74928C is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.

Color convert

RGB116146140-
CMYK0.2100.040.43
HSL168º12.1%51.37%-
HSV(B)168º20.55%57.25%-
XYZ22.2126.1628.69-
YUV136.35130.06113.49-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.86%
GREEN value IS 146 (57.42% from 255) = 36.32%
BLUE value IS 140 (55.08% from 255) = 34.83%
R=28.86%
G=36.32%
B=34.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1161461400.2100.040.4316812.151.37
Hex74928C15042Ba8c33
Octal1642222142504532501463
Binary11101001001001010001100101010100101011101010001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74928C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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