#728681

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

Shades of Gumbo #728681

Tints of Gumbo #728681

Color information

#728681 (or 0x728681) is unknown color: approx Gumbo. HEX triplet: 72, 86 and 81. RGB value is (114,134,129). Sum of RGB (Red+Green+Blue) = 114+134+129=377 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.24% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 134 - color contains mainly: green. Hex color #728681 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728681 is #8D797E. Grayscale: #7F7F7F. Windows color (decimal): -9271679 or 8488562. OLE color: 8488562.

HSL color Cylindrical-coordinate representation of color #728681: hue angle of 165º 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 #728681 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB114134129-
CMYK0.1500.040.47
HSL165º8.06%48.63%-
HSV(B)165º14.93%52.55%-
XYZ19.4322.2124.03-
YUV127.45128.87118.41-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.24%
GREEN value IS 134 (52.73% from 255) = 35.54%
BLUE value IS 129 (50.78% from 255) = 34.22%
R=30.24%
G=35.54%
B=34.22%

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
Decimal1141341290.1500.040.471658.0648.63
Hex728681F042Fa5831
Octal1622062011704572451061
Binary1110010100001101000000111110100101111101001011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728681; }

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

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

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

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

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

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

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

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