#728380

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

Shades of Gumbo #728380

Tints of Gumbo #728380

Color information

#728380 (or 0x728380) is unknown color: approx Gumbo. HEX triplet: 72, 83 and 80. RGB value is (114,131,128). Sum of RGB (Red+Green+Blue) = 114+131+128=373 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.56% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 128 (50.39% from 255 or 34.32% from 373); Max value from RGB is 131 - color contains mainly: green. Hex color #728380 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728380 is #8D7C7F. Grayscale: #7D7D7D. Windows color (decimal): -9272448 or 8422258. OLE color: 8422258.

HSL color Cylindrical-coordinate representation of color #728380: hue angle of 169.41º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #728380 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB114131128-
CMYK0.1300.020.49
HSL169.41º6.94%48.04%-
HSV(B)169.41º12.98%51.37%-
XYZ18.9521.3723.55-
YUV125.57129.37119.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.56%
GREEN value IS 131 (51.56% from 255) = 35.12%
BLUE value IS 128 (50.39% from 255) = 34.32%
R=30.56%
G=35.12%
B=34.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1141311280.1300.020.49169.416.9448.04
Hex728380D0231a9730
Octal162203200150261251760
Binary11100101000001110000000110101011000110101001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728380; }

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

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

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

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

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

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

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

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