#718784

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

Shades of Gumbo #718784

Tints of Gumbo #718784

Color information

#718784 (or 0x718784) is unknown color: approx Gumbo. HEX triplet: 71, 87 and 84. RGB value is (113,135,132). Sum of RGB (Red+Green+Blue) = 113+135+132=380 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.74% from 380); Green value is 135 (53.12% from 255 or 35.53% from 380); Blue value is 132 (51.95% from 255 or 34.74% from 380); Max value from RGB is 135 - color contains mainly: green. Hex color #718784 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718784 is #8E787B. Grayscale: #808080. Windows color (decimal): -9336956 or 8685425. OLE color: 8685425.

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

Color convert

RGB113135132-
CMYK0.1600.020.47
HSL171.82º8.87%48.63%-
HSV(B)171.82º16.3%52.94%-
XYZ19.6422.525.14-
YUV128.08130.21117.24-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.74%
GREEN value IS 135 (53.12% from 255) = 35.53%
BLUE value IS 132 (51.95% from 255) = 34.74%
R=29.74%
G=35.53%
B=34.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1131351320.1600.020.47171.828.8748.63
Hex71878410022Fac931
Octal1612072042002572541161
Binary1110001100001111000010010000010101111101011001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718784; }

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

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

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

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

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

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

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

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