#74928B

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

Shades of Gumbo #74928B

Tints of Gumbo #74928B

Color information

#74928B (or 0x74928B) is unknown color: approx Gumbo. HEX triplet: 74, 92 and 8B. RGB value is (116,146,139). Sum of RGB (Red+Green+Blue) = 116+146+139=401 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.93% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 146 - color contains mainly: green. Hex color #74928B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74928B is #8B6D74. Grayscale: #888888. Windows color (decimal): -9137525 or 9146996. OLE color: 9146996.

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

Color convert

RGB116146139-
CMYK0.2100.050.43
HSL166º12.1%51.37%-
HSV(B)166º20.55%57.25%-
XYZ22.1426.1328.3-
YUV136.23129.56113.57-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.93%
GREEN value IS 146 (57.42% from 255) = 36.41%
BLUE value IS 139 (54.69% from 255) = 34.66%
R=28.93%
G=36.41%
B=34.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1161461390.2100.050.4316612.151.37
Hex74928B15052Ba6c33
Octal1642222132505532461463
Binary11101001001001010001011101010101101011101001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74928B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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