#718584

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

Shades of Gumbo #718584

Tints of Gumbo #718584

Color information

#718584 (or 0x718584) is unknown color: approx Gumbo. HEX triplet: 71, 85 and 84. RGB value is (113,133,132). Sum of RGB (Red+Green+Blue) = 113+133+132=378 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.89% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 132 (51.95% from 255 or 34.92% from 378); Max value from RGB is 133 - color contains mainly: green. Hex color #718584 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718584 is #8E7A7B. Grayscale: #7E7E7E. Windows color (decimal): -9337468 or 8684913. OLE color: 8684913.

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

Color convert

RGB113133132-
CMYK0.1500.010.48
HSL177º8.13%48.24%-
HSV(B)177º15.04%52.16%-
XYZ19.3621.9525.05-
YUV126.91130.87118.08-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.89%
GREEN value IS 133 (52.34% from 255) = 35.19%
BLUE value IS 132 (51.95% from 255) = 34.92%
R=29.89%
G=35.19%
B=34.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1131331320.1500.010.481778.1348.24
Hex718584F0130b1830
Octal1612052041701602611060
Binary11100011000010110000100111101110000101100011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718584; }

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

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

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

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

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

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

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

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