#708584

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

Shades of Gumbo #708584

Tints of Gumbo #708584

Color information

#708584 (or 0x708584) is unknown color: approx Gumbo. HEX triplet: 70, 85 and 84. RGB value is (112,133,132). Sum of RGB (Red+Green+Blue) = 112+133+132=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 132 (51.95% from 255 or 35.01% from 377); Max value from RGB is 133 - color contains mainly: green. Hex color #708584 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708584 is #8F7A7B. Grayscale: #7E7E7E. Windows color (decimal): -9403004 or 8684912. OLE color: 8684912.

HSL color Cylindrical-coordinate representation of color #708584: hue angle of 177.14º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #708584 is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB112133132-
CMYK0.1600.010.48
HSL177.14º8.57%48.04%-
HSV(B)177.14º15.79%52.16%-
XYZ19.2321.8925.04-
YUV126.61131.04117.58-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.71%
GREEN value IS 133 (52.34% from 255) = 35.28%
BLUE value IS 132 (51.95% from 255) = 35.01%
R=29.71%
G=35.28%
B=35.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1121331320.1600.010.48177.148.5748.04
Hex708584100130b1930
Octal1602052042001602611160
Binary111000010000101100001001000001110000101100011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708584; }

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

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

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

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

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

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

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

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