#708786

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

Shades of Gumbo #708786

Tints of Gumbo #708786

Color information

#708786 (or 0x708786) is unknown color: approx Gumbo. HEX triplet: 70, 87 and 86. RGB value is (112,135,134). Sum of RGB (Red+Green+Blue) = 112+135+134=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 135 (53.12% from 255 or 35.43% from 381); Blue value is 134 (52.73% from 255 or 35.17% from 381); Max value from RGB is 135 - color contains mainly: green. Hex color #708786 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708786 is #8F7879. Grayscale: #7F7F7F. Windows color (decimal): -9402490 or 8816496. OLE color: 8816496.

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

Color convert

RGB112135134-
CMYK0.1700.010.47
HSL177.39º9.31%48.43%-
HSV(B)177.39º17.04%52.94%-
XYZ19.6522.4925.86-
YUV128.01131.38116.58-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.40%
GREEN value IS 135 (53.12% from 255) = 35.43%
BLUE value IS 134 (52.73% from 255) = 35.17%
R=29.40%
G=35.43%
B=35.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1121351340.1700.010.47177.399.3148.43
Hex70878611012Fb1930
Octal1602072062101572611160
Binary111000010000111100001101000101101111101100011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708786; }

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

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

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

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

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

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

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

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