#708C86

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

Shades of Gumbo #708C86

Tints of Gumbo #708C86

Color information

#708C86 (or 0x708C86) is unknown color: approx Gumbo. HEX triplet: 70, 8C and 86. RGB value is (112,140,134). Sum of RGB (Red+Green+Blue) = 112+140+134=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 140 (55.08% from 255 or 36.27% from 386); Blue value is 134 (52.73% from 255 or 34.72% from 386); Max value from RGB is 140 - color contains mainly: green. Hex color #708C86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708C86 is #8F7379. Grayscale: #828282. Windows color (decimal): -9401210 or 8817776. OLE color: 8817776.

HSL color Cylindrical-coordinate representation of color #708C86: hue angle of 167.14º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #708C86 is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB112140134-
CMYK0.2000.040.45
HSL167.14º11.11%49.41%-
HSV(B)167.14º20%54.9%-
XYZ20.3623.9226.1-
YUV130.94129.72114.49-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.02%
GREEN value IS 140 (55.08% from 255) = 36.27%
BLUE value IS 134 (52.73% from 255) = 34.72%
R=29.02%
G=36.27%
B=34.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1121401340.2000.040.45167.1411.1149.41
Hex708C8614042Da7b31
Octal1602142062404552471361
Binary11100001000110010000110101000100101101101001111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708C86; }

 p { color: rgb(112,140,134); }

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

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

 a { background-color: rgb(112,140,134); }

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

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

 span { border-color: rgb(112,140,134); }

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