#708381

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

Shades of Gumbo #708381

Tints of Gumbo #708381

Color information

#708381 (or 0x708381) is unknown color: approx Gumbo. HEX triplet: 70, 83 and 81. RGB value is (112,131,129). Sum of RGB (Red+Green+Blue) = 112+131+129=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 131 (51.56% from 255 or 35.22% from 372); Blue value is 129 (50.78% from 255 or 34.68% from 372); Max value from RGB is 131 - color contains mainly: green. Hex color #708381 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708381 is #8F7C7E. Grayscale: #7D7D7D. Windows color (decimal): -9403519 or 8487792. OLE color: 8487792.

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

Color convert

RGB112131129-
CMYK0.1500.020.49
HSL173.68º7.82%47.65%-
HSV(B)173.68º14.5%51.37%-
XYZ18.7621.2623.88-
YUV125.09130.21118.66-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.11%
GREEN value IS 131 (51.56% from 255) = 35.22%
BLUE value IS 129 (50.78% from 255) = 34.68%
R=30.11%
G=35.22%
B=34.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1121311290.1500.020.49173.687.8247.65
Hex708381F0231ae830
Octal1602032011702612561060
Binary111000010000011100000011111010110001101011101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708381; }

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

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

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

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

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

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

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

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