#708782

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

Shades of Gumbo #708782

Tints of Gumbo #708782

Color information

#708782 (or 0x708782) is unknown color: approx Gumbo. HEX triplet: 70, 87 and 82. RGB value is (112,135,130). Sum of RGB (Red+Green+Blue) = 112+135+130=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 130 (51.17% from 255 or 34.48% from 377); Max value from RGB is 135 - color contains mainly: green. Hex color #708782 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708782 is #8F787D. Grayscale: #7F7F7F. Windows color (decimal): -9402494 or 8554352. OLE color: 8554352.

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

Color convert

RGB112135130-
CMYK0.1700.040.47
HSL166.96º9.31%48.43%-
HSV(B)166.96º17.04%52.94%-
XYZ19.3822.3824.42-
YUV127.55129.38116.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.71%
GREEN value IS 135 (53.12% from 255) = 35.81%
BLUE value IS 130 (51.17% from 255) = 34.48%
R=29.71%
G=35.81%
B=34.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1121351300.1700.040.47166.969.3148.43
Hex70878211042Fa7930
Octal1602072022104572471160
Binary11100001000011110000010100010100101111101001111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708782; }

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

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

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

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

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

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

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

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