#708784

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

Shades of Gumbo #708784

Tints of Gumbo #708784

Color information

#708784 (or 0x708784) is unknown color: approx Gumbo. HEX triplet: 70, 87 and 84. RGB value is (112,135,132). Sum of RGB (Red+Green+Blue) = 112+135+132=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 135 (53.12% from 255 or 35.62% from 379); Blue value is 132 (51.95% from 255 or 34.83% from 379); Max value from RGB is 135 - color contains mainly: green. Hex color #708784 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708784 is #8F787B. Grayscale: #7F7F7F. Windows color (decimal): -9402492 or 8685424. OLE color: 8685424.

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

Color convert

RGB112135132-
CMYK0.1700.020.47
HSL172.17º9.31%48.43%-
HSV(B)172.17º17.04%52.94%-
XYZ19.5122.4425.13-
YUV127.78130.38116.74-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.55%
GREEN value IS 135 (53.12% from 255) = 35.62%
BLUE value IS 132 (51.95% from 255) = 34.83%
R=29.55%
G=35.62%
B=34.83%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1121351320.1700.020.47172.179.3148.43
Hex70878411022Fac930
Octal1602072042102572541160
Binary1110000100001111000010010001010101111101011001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708784; }

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

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

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

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

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

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

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

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