#728680

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

Shades of Gumbo #728680

Tints of Gumbo #728680

Color information

#728680 (or 0x728680) is unknown color: approx Gumbo. HEX triplet: 72, 86 and 80. RGB value is (114,134,128). Sum of RGB (Red+Green+Blue) = 114+134+128=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 134 - color contains mainly: green. Hex color #728680 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728680 is #8D797F. Grayscale: #7F7F7F. Windows color (decimal): -9271680 or 8423026. OLE color: 8423026.

HSL color Cylindrical-coordinate representation of color #728680: hue angle of 162º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #728680 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB114134128-
CMYK0.1500.040.47
HSL162º8.06%48.63%-
HSV(B)162º14.93%52.55%-
XYZ19.3622.1923.68-
YUV127.34128.37118.49-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.32%
GREEN value IS 134 (52.73% from 255) = 35.64%
BLUE value IS 128 (50.39% from 255) = 34.04%
R=30.32%
G=35.64%
B=34.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1141341280.1500.040.471628.0648.63
Hex728680F042Fa2831
Octal1622062001704572421061
Binary1110010100001101000000011110100101111101000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728680; }

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

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

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

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

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

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

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

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