#73928A

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

Shades of Gumbo #73928A

Tints of Gumbo #73928A

Color information

#73928A (or 0x73928A) is unknown color: approx Gumbo. HEX triplet: 73, 92 and 8A. RGB value is (115,146,138). Sum of RGB (Red+Green+Blue) = 115+146+138=399 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.82% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 146 - color contains mainly: green. Hex color #73928A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73928A is #8C6D75. Grayscale: #878787. Windows color (decimal): -9203062 or 9081459. OLE color: 9081459.

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

Color convert

RGB115146138-
CMYK0.2100.050.43
HSL164.52º12.45%51.18%-
HSV(B)164.52º21.23%57.25%-
XYZ21.9426.0427.91-
YUV135.82129.23113.15-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.82%
GREEN value IS 146 (57.42% from 255) = 36.59%
BLUE value IS 138 (54.30% from 255) = 34.59%
R=28.82%
G=36.59%
B=34.59%

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
Decimal1151461380.2100.050.43164.5212.4551.18
Hex73928A15052Ba5c33
Octal1632222122505532451463
Binary11100111001001010001010101010101101011101001011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73928A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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