#73918C

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

Shades of Gumbo #73918C

Tints of Gumbo #73918C

Color information

#73918C (or 0x73918C) is unknown color: approx Gumbo. HEX triplet: 73, 91 and 8C. RGB value is (115,145,140). Sum of RGB (Red+Green+Blue) = 115+145+140=400 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.75% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 145 - color contains mainly: green. Hex color #73918C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73918C is #8C6E73. Grayscale: #878787. Windows color (decimal): -9203316 or 9212275. OLE color: 9212275.

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

Color convert

RGB115145140-
CMYK0.2100.030.43
HSL170º12%50.98%-
HSV(B)170º20.69%56.86%-
XYZ21.9325.7928.63-
YUV135.46130.56113.41-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.75%
GREEN value IS 145 (57.03% from 255) = 36.25%
BLUE value IS 140 (55.08% from 255) = 35%
R=28.75%
G=36.25%
B=35%

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
Decimal1151451400.2100.030.431701250.98
Hex73918C15032Baac33
Octal1632212142503532521463
Binary1110011100100011000110010101011101011101010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73918C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,145,140); }

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

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

 a { background-color: rgb(115,145,140); }

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

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

 span { border-color: rgb(115,145,140); }

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