#728C87

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

Shades of Gumbo #728C87

Tints of Gumbo #728C87

Color information

#728C87 (or 0x728C87) is unknown color: approx Gumbo. HEX triplet: 72, 8C and 87. RGB value is (114,140,135). Sum of RGB (Red+Green+Blue) = 114+140+135=389 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.31% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 135 (53.12% from 255 or 34.70% from 389); Max value from RGB is 140 - color contains mainly: green. Hex color #728C87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728C87 is #8D7378. Grayscale: #838383. Windows color (decimal): -9270137 or 8883314. OLE color: 8883314.

HSL color Cylindrical-coordinate representation of color #728C87: hue angle of 168.46º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #728C87 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB114140135-
CMYK0.1900.040.45
HSL168.46º10.24%49.8%-
HSV(B)168.46º18.57%54.9%-
XYZ20.6924.0826.48-
YUV131.66129.89115.41-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.31%
GREEN value IS 140 (55.08% from 255) = 35.99%
BLUE value IS 135 (53.12% from 255) = 34.70%
R=29.31%
G=35.99%
B=34.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1141401350.1900.040.45168.4610.2449.8
Hex728C8713042Da8a32
Octal1622142072304552501262
Binary11100101000110010000111100110100101101101010001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728C87; }

 p { color: rgb(114,140,135); }

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

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

 a { background-color: rgb(114,140,135); }

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

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

 span { border-color: rgb(114,140,135); }

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