#728685

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

Shades of Gumbo #728685

Tints of Gumbo #728685

Color information

#728685 (or 0x728685) is unknown color: approx Gumbo. HEX triplet: 72, 86 and 85. RGB value is (114,134,133). Sum of RGB (Red+Green+Blue) = 114+134+133=381 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.92% from 381); Green value is 134 (52.73% from 255 or 35.17% from 381); Blue value is 133 (52.34% from 255 or 34.91% from 381); Max value from RGB is 134 - color contains mainly: green. Hex color #728685 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728685 is #8D797A. Grayscale: #7F7F7F. Windows color (decimal): -9271675 or 8750706. OLE color: 8750706.

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

Color convert

RGB114134133-
CMYK0.1500.010.47
HSL177º8.06%48.63%-
HSV(B)177º14.93%52.55%-
XYZ19.722.3225.46-
YUV127.91130.87118.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.92%
GREEN value IS 134 (52.73% from 255) = 35.17%
BLUE value IS 133 (52.34% from 255) = 34.91%
R=29.92%
G=35.17%
B=34.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1141341330.1500.010.471778.0648.63
Hex728685F012Fb1831
Octal1622062051701572611061
Binary11100101000011010000101111101101111101100011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728685; }

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

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

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

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

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

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

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

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