#708887

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

Shades of Gumbo #708887

Tints of Gumbo #708887

Color information

#708887 (or 0x708887) is unknown color: approx Gumbo. HEX triplet: 70, 88 and 87. RGB value is (112,136,135). Sum of RGB (Red+Green+Blue) = 112+136+135=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 136 (53.52% from 255 or 35.51% from 383); Blue value is 135 (53.12% from 255 or 35.25% from 383); Max value from RGB is 136 - color contains mainly: green. Hex color #708887 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708887 is #8F7778. Grayscale: #808080. Windows color (decimal): -9402233 or 8882288. OLE color: 8882288.

HSL color Cylindrical-coordinate representation of color #708887: hue angle of 177.5º 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 #708887 is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB112136135-
CMYK0.1800.010.47
HSL177.5º9.68%48.63%-
HSV(B)177.5º17.65%53.33%-
XYZ19.8622.826.28-
YUV128.71131.55116.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.24%
GREEN value IS 136 (53.52% from 255) = 35.51%
BLUE value IS 135 (53.12% from 255) = 35.25%
R=29.24%
G=35.51%
B=35.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1121361350.1800.010.47177.59.6848.63
Hex70888712012Fb1a31
Octal1602102072201572611261
Binary111000010001000100001111001001101111101100011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708887; }

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

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

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

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

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

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

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

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