#718985

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

Shades of Gumbo #718985

Tints of Gumbo #718985

Color information

#718985 (or 0x718985) is unknown color: approx Gumbo. HEX triplet: 71, 89 and 85. RGB value is (113,137,133). Sum of RGB (Red+Green+Blue) = 113+137+133=383 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.50% from 383); Green value is 137 (53.91% from 255 or 35.77% from 383); Blue value is 133 (52.34% from 255 or 34.73% from 383); Max value from RGB is 137 - color contains mainly: green. Hex color #718985 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718985 is #8E767A. Grayscale: #818181. Windows color (decimal): -9336443 or 8751473. OLE color: 8751473.

HSL color Cylindrical-coordinate representation of color #718985: hue angle of 170º 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 #718985 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.

Color convert

RGB113137133-
CMYK0.1800.030.46
HSL170º9.6%49.02%-
HSV(B)170º17.52%53.73%-
XYZ19.9923.125.59-
YUV129.37130.05116.33-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.50%
GREEN value IS 137 (53.91% from 255) = 35.77%
BLUE value IS 133 (52.34% from 255) = 34.73%
R=29.50%
G=35.77%
B=34.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1131371330.1800.030.461709.649.02
Hex71898512032Eaaa31
Octal1612112052203562521261
Binary1110001100010011000010110010011101110101010101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718985; }

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

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

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

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

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

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

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

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