#708B87

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

Shades of Gumbo #708B87

Tints of Gumbo #708B87

Color information

#708B87 (or 0x708B87) is unknown color: approx Gumbo. HEX triplet: 70, 8B and 87. RGB value is (112,139,135). Sum of RGB (Red+Green+Blue) = 112+139+135=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 139 (54.69% from 255 or 36.01% from 386); Blue value is 135 (53.12% from 255 or 34.97% from 386); Max value from RGB is 139 - color contains mainly: green. Hex color #708B87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708B87 is #8F7478. Grayscale: #828282. Windows color (decimal): -9401465 or 8883056. OLE color: 8883056.

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

Color convert

RGB112139135-
CMYK0.1900.030.45
HSL171.11º10.76%49.22%-
HSV(B)171.11º19.42%54.51%-
XYZ20.2923.6626.42-
YUV130.47130.55114.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.02%
GREEN value IS 139 (54.69% from 255) = 36.01%
BLUE value IS 135 (53.12% from 255) = 34.97%
R=29.02%
G=36.01%
B=34.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1121391350.1900.030.45171.1110.7649.22
Hex708B8713032Dabb31
Octal1602132072303552531361
Binary1110000100010111000011110011011101101101010111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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