#718F87

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

Shades of Gumbo #718F87

Tints of Gumbo #718F87

Color information

#718F87 (or 0x718F87) is unknown color: approx Gumbo. HEX triplet: 71, 8F and 87. RGB value is (113,143,135). Sum of RGB (Red+Green+Blue) = 113+143+135=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 143 (56.25% from 255 or 36.57% from 391); Blue value is 135 (53.12% from 255 or 34.53% from 391); Max value from RGB is 143 - color contains mainly: green. Hex color #718F87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718F87 is #8E7078. Grayscale: #858585. Windows color (decimal): -9334905 or 8884081. OLE color: 8884081.

HSL color Cylindrical-coordinate representation of color #718F87: hue angle of 164º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #718F87 is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB113143135-
CMYK0.2100.060.44
HSL164º11.81%50.2%-
HSV(B)164º20.98%56.08%-
XYZ21.0124.926.62-
YUV133.12129.06113.65-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.90%
GREEN value IS 143 (56.25% from 255) = 36.57%
BLUE value IS 135 (53.12% from 255) = 34.53%
R=28.90%
G=36.57%
B=34.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1131431350.2100.060.4416411.8150.2
Hex718F8715062Ca4c32
Octal1612172072506542441462
Binary11100011000111110000111101010110101100101001001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718F87; }

 p { color: rgb(113,143,135); }

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

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

 a { background-color: rgb(113,143,135); }

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

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

 span { border-color: rgb(113,143,135); }

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