#708383

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

Shades of Gumbo #708383

Tints of Gumbo #708383

Color information

#708383 (or 0x708383) is unknown color: approx Gumbo. HEX triplet: 70, 83 and 83. RGB value is (112,131,131). Sum of RGB (Red+Green+Blue) = 112+131+131=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 131 (51.56% from 255 or 35.03% from 374); Max value from RGB is 131 - color contains mainly: green, blue. Hex color #708383 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708383 is #8F7C7C. Grayscale: #7D7D7D. Windows color (decimal): -9403517 or 8618864. OLE color: 8618864.

HSL color Cylindrical-coordinate representation of color #708383: hue angle of 180º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #708383 is Cyan = 0.15, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB112131131-
CMYK0.15000.49
HSL180º7.82%47.65%-
HSV(B)180º14.5%51.37%-
XYZ18.921.3224.59-
YUV125.32131.21118.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.95%
GREEN value IS 131 (51.56% from 255) = 35.03%
BLUE value IS 131 (51.56% from 255) = 35.03%
R=29.95%
G=35.03%
B=35.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1121311310.15000.491807.8247.65
Hex708383F0031b4830
Octal1602032031700612641060
Binary11100001000001110000011111100110001101101001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708383; }

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

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

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

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

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

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

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

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