#728F88

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

Shades of Gumbo #728F88

Tints of Gumbo #728F88

Color information

#728F88 (or 0x728F88) is unknown color: approx Gumbo. HEX triplet: 72, 8F and 88. RGB value is (114,143,136). Sum of RGB (Red+Green+Blue) = 114+143+136=393 (52% of max value = 765). Red value is 114 (44.92% from 255 or 29.01% from 393); Green value is 143 (56.25% from 255 or 36.39% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 143 - color contains mainly: green. Hex color #728F88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728F88 is #8D7077. Grayscale: #858585. Windows color (decimal): -9269368 or 8949618. OLE color: 8949618.

HSL color Cylindrical-coordinate representation of color #728F88: hue angle of 165.52º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #728F88 is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB114143136-
CMYK0.2000.050.44
HSL165.52º11.46%50.39%-
HSV(B)165.52º20.28%56.08%-
XYZ21.212527-
YUV133.53129.39114.07-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.01%
GREEN value IS 143 (56.25% from 255) = 36.39%
BLUE value IS 136 (53.52% from 255) = 34.61%
R=29.01%
G=36.39%
B=34.61%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1141431360.2000.050.44165.5211.4650.39
Hex728F8814052Ca6b32
Octal1622172102405542461362
Binary11100101000111110001000101000101101100101001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,143,136); }

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

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

 a { background-color: rgb(114,143,136); }

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

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

 span { border-color: rgb(114,143,136); }

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