#728483

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

Shades of Gumbo #728483

Tints of Gumbo #728483

Color information

#728483 (or 0x728483) is unknown color: approx Gumbo. HEX triplet: 72, 84 and 83. RGB value is (114,132,131). Sum of RGB (Red+Green+Blue) = 114+132+131=377 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.24% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 131 (51.56% from 255 or 34.75% from 377); Max value from RGB is 132 - color contains mainly: green. Hex color #728483 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728483 is #8D7B7C. Grayscale: #7E7E7E. Windows color (decimal): -9272189 or 8619122. OLE color: 8619122.

HSL color Cylindrical-coordinate representation of color #728483: hue angle of 176.67º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #728483 is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB114132131-
CMYK0.1400.010.48
HSL176.67º7.32%48.24%-
HSV(B)176.67º13.64%51.76%-
XYZ19.2921.7224.65-
YUV126.5130.54119.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.24%
GREEN value IS 132 (51.95% from 255) = 35.01%
BLUE value IS 131 (51.56% from 255) = 34.75%
R=30.24%
G=35.01%
B=34.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1141321310.1400.010.48176.677.3248.24
Hex728483E0130b1730
Octal162204203160160261760
Binary1110010100001001000001111100111000010110001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728483; }

 p { color: rgb(114,132,131); }

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

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

 a { background-color: rgb(114,132,131); }

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

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

 span { border-color: rgb(114,132,131); }

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