#73928B

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

Shades of Gumbo #73928B

Tints of Gumbo #73928B

Color information

#73928B (or 0x73928B) is unknown color: approx Gumbo. HEX triplet: 73, 92 and 8B. RGB value is (115,146,139). Sum of RGB (Red+Green+Blue) = 115+146+139=400 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.75% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 146 - color contains mainly: green. Hex color #73928B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73928B is #8C6D74. Grayscale: #878787. Windows color (decimal): -9203061 or 9146995. OLE color: 9146995.

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

Color convert

RGB115146139-
CMYK0.2100.050.43
HSL166.45º12.45%51.18%-
HSV(B)166.45º21.23%57.25%-
XYZ22.0126.0728.3-
YUV135.93129.73113.07-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.75%
GREEN value IS 146 (57.42% from 255) = 36.5%
BLUE value IS 139 (54.69% from 255) = 34.75%
R=28.75%
G=36.5%
B=34.75%

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
Decimal1151461390.2100.050.43166.4512.4551.18
Hex73928B15052Ba6c33
Octal1632222132505532461463
Binary11100111001001010001011101010101101011101001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73928B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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