#73928D

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

Shades of Gumbo #73928D

Tints of Gumbo #73928D

Color information

#73928D (or 0x73928D) is unknown color: approx Gumbo. HEX triplet: 73, 92 and 8D. RGB value is (115,146,141). Sum of RGB (Red+Green+Blue) = 115+146+141=402 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.61% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 146 - color contains mainly: green. Hex color #73928D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73928D is #8C6D72. Grayscale: #888888. Windows color (decimal): -9203059 or 9278067. OLE color: 9278067.

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

Color convert

RGB115146141-
CMYK0.2100.030.43
HSL170.32º12.45%51.18%-
HSV(B)170.32º21.23%57.25%-
XYZ22.1626.1329.07-
YUV136.16130.73112.91-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.61%
GREEN value IS 146 (57.42% from 255) = 36.32%
BLUE value IS 141 (55.47% from 255) = 35.07%
R=28.61%
G=36.32%
B=35.07%

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
Decimal1151461410.2100.030.43170.3212.4551.18
Hex73928D15032Baac33
Octal1632222152503532521463
Binary1110011100100101000110110101011101011101010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73928D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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