#73948D

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

Shades of Gumbo #73948D

Tints of Gumbo #73948D

Color information

#73948D (or 0x73948D) is unknown color: approx Gumbo. HEX triplet: 73, 94 and 8D. RGB value is (115,148,141). Sum of RGB (Red+Green+Blue) = 115+148+141=404 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.47% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 148 - color contains mainly: green. Hex color #73948D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73948D is #8C6B72. Grayscale: #898989. Windows color (decimal): -9202547 or 9278579. OLE color: 9278579.

HSL color Cylindrical-coordinate representation of color #73948D: hue angle of 167.27º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #73948D is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB115148141-
CMYK0.2200.050.42
HSL167.27º13.36%51.57%-
HSV(B)167.27º22.3%58.04%-
XYZ22.4726.7529.18-
YUV137.34130.07112.07-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.47%
GREEN value IS 148 (58.20% from 255) = 36.63%
BLUE value IS 141 (55.47% from 255) = 34.90%
R=28.47%
G=36.63%
B=34.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1151481410.2200.050.42167.2713.3651.57
Hex73948D16052Aa7d34
Octal1632242152605522471564
Binary11100111001010010001101101100101101010101001111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73948D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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