#708884

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

Shades of Gumbo #708884

Tints of Gumbo #708884

Color information

#708884 (or 0x708884) is unknown color: approx Gumbo. HEX triplet: 70, 88 and 84. RGB value is (112,136,132). Sum of RGB (Red+Green+Blue) = 112+136+132=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 136 (53.52% from 255 or 35.79% from 380); Blue value is 132 (51.95% from 255 or 34.74% from 380); Max value from RGB is 136 - color contains mainly: green. Hex color #708884 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708884 is #8F777B. Grayscale: #808080. Windows color (decimal): -9402236 or 8685680. OLE color: 8685680.

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

Color convert

RGB112136132-
CMYK0.1800.030.47
HSL170º9.68%48.63%-
HSV(B)170º17.65%53.33%-
XYZ19.6522.7225.18-
YUV128.37130.05116.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.47%
GREEN value IS 136 (53.52% from 255) = 35.79%
BLUE value IS 132 (51.95% from 255) = 34.74%
R=29.47%
G=35.79%
B=34.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1121361320.1800.030.471709.6848.63
Hex70888412032Faaa31
Octal1602102042203572521261
Binary1110000100010001000010010010011101111101010101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708884; }

 p { color: rgb(112,136,132); }

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

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

 a { background-color: rgb(112,136,132); }

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

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

 span { border-color: rgb(112,136,132); }

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