#73968E

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

Shades of Gumbo #73968E

Tints of Gumbo #73968E

Color information

#73968E (or 0x73968E) is unknown color: approx Gumbo. HEX triplet: 73, 96 and 8E. RGB value is (115,150,142). Sum of RGB (Red+Green+Blue) = 115+150+142=407 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.26% from 407); Green value is 150 (58.98% from 255 or 36.86% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 150 - color contains mainly: green. Hex color #73968E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73968E is #8C6971. Grayscale: #8A8A8A. Windows color (decimal): -9202034 or 9344627. OLE color: 9344627.

HSL color Cylindrical-coordinate representation of color #73968E: hue angle of 166.29º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #73968E is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB115150142-
CMYK0.2300.050.41
HSL166.29º14.29%51.96%-
HSV(B)166.29º23.33%58.82%-
XYZ22.8627.4129.68-
YUV138.62129.9111.15-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.26%
GREEN value IS 150 (58.98% from 255) = 36.86%
BLUE value IS 142 (55.86% from 255) = 34.89%
R=28.26%
G=36.86%
B=34.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1151501420.2300.050.41166.2914.2951.96
Hex73968E170529a6e34
Octal1632262162705512461664
Binary11100111001011010001110101110101101001101001101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73968E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,150,142); }

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

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

 a { background-color: rgb(115,150,142); }

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

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

 span { border-color: rgb(115,150,142); }

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