#718987

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

Shades of Gumbo #718987

Tints of Gumbo #718987

Color information

#718987 (or 0x718987) is unknown color: approx Gumbo. HEX triplet: 71, 89 and 87. RGB value is (113,137,135). Sum of RGB (Red+Green+Blue) = 113+137+135=385 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.35% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 135 (53.12% from 255 or 35.06% from 385); Max value from RGB is 137 - color contains mainly: green. Hex color #718987 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718987 is #8E7678. Grayscale: #818181. Windows color (decimal): -9336441 or 8882545. OLE color: 8882545.

HSL color Cylindrical-coordinate representation of color #718987: hue angle of 175º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #718987 is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB113137135-
CMYK0.1800.010.46
HSL175º9.6%49.02%-
HSV(B)175º17.52%53.73%-
XYZ20.1323.1526.33-
YUV129.6131.05116.16-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.35%
GREEN value IS 137 (53.91% from 255) = 35.58%
BLUE value IS 135 (53.12% from 255) = 35.06%
R=29.35%
G=35.58%
B=35.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1131371350.1800.010.461759.649.02
Hex71898712012Eafa31
Octal1612112072201562571261
Binary111000110001001100001111001001101110101011111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718987; }

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

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

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

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

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

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

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

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