#718482

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

Shades of Gumbo #718482

Tints of Gumbo #718482

Color information

#718482 (or 0x718482) is unknown color: approx Gumbo. HEX triplet: 71, 84 and 82. RGB value is (113,132,130). Sum of RGB (Red+Green+Blue) = 113+132+130=375 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.13% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 132 - color contains mainly: green. Hex color #718482 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718482 is #8E7B7D. Grayscale: #7E7E7E. Windows color (decimal): -9337726 or 8553585. OLE color: 8553585.

HSL color Cylindrical-coordinate representation of color #718482: hue angle of 173.68º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #718482 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB113132130-
CMYK0.1400.020.48
HSL173.68º7.76%48.04%-
HSV(B)173.68º14.39%51.76%-
XYZ19.0921.6224.29-
YUV126.09130.21118.66-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.13%
GREEN value IS 132 (51.95% from 255) = 35.2%
BLUE value IS 130 (51.17% from 255) = 34.67%
R=30.13%
G=35.2%
B=34.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1131321300.1400.020.48173.687.7648.04
Hex718482E0230ae830
Octal1612042021602602561060
Binary111000110000100100000101110010110000101011101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718482; }

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

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

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

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

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

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

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

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