#718882

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

Shades of Gumbo #718882

Tints of Gumbo #718882

Color information

#718882 (or 0x718882) is unknown color: approx Gumbo. HEX triplet: 71, 88 and 82. RGB value is (113,136,130). Sum of RGB (Red+Green+Blue) = 113+136+130=379 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.82% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 130 (51.17% from 255 or 34.30% from 379); Max value from RGB is 136 - color contains mainly: green. Hex color #718882 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718882 is #8E777D. Grayscale: #808080. Windows color (decimal): -9336702 or 8554609. OLE color: 8554609.

HSL color Cylindrical-coordinate representation of color #718882: hue angle of 164.35º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #718882 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB113136130-
CMYK0.1700.040.47
HSL164.35º9.24%48.82%-
HSV(B)164.35º16.91%53.33%-
XYZ19.6422.7324.47-
YUV128.44128.88116.99-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.82%
GREEN value IS 136 (53.52% from 255) = 35.88%
BLUE value IS 130 (51.17% from 255) = 34.30%
R=29.82%
G=35.88%
B=34.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1131361300.1700.040.47164.359.2448.82
Hex71888211042Fa4931
Octal1612102022104572441161
Binary11100011000100010000010100010100101111101001001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718882; }

 p { color: rgb(113,136,130); }

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

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

 a { background-color: rgb(113,136,130); }

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

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

 span { border-color: rgb(113,136,130); }

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