#708583

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

Shades of Gumbo #708583

Tints of Gumbo #708583

Color information

#708583 (or 0x708583) is unknown color: approx Gumbo. HEX triplet: 70, 85 and 83. RGB value is (112,133,131). Sum of RGB (Red+Green+Blue) = 112+133+131=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 131 (51.56% from 255 or 34.84% from 376); Max value from RGB is 133 - color contains mainly: green. Hex color #708583 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708583 is #8F7A7C. Grayscale: #7E7E7E. Windows color (decimal): -9403005 or 8619376. OLE color: 8619376.

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

Color convert

RGB112133131-
CMYK0.1600.020.48
HSL174.29º8.57%48.04%-
HSV(B)174.29º15.79%52.16%-
XYZ19.1721.8624.68-
YUV126.49130.54117.66-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.79%
GREEN value IS 133 (52.34% from 255) = 35.37%
BLUE value IS 131 (51.56% from 255) = 34.84%
R=29.79%
G=35.37%
B=34.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1121331310.1600.020.48174.298.5748.04
Hex708583100230ae930
Octal1602052032002602561160
Binary1110000100001011000001110000010110000101011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708583; }

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

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

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

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

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

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

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

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