#708581

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

Shades of Gumbo #708581

Tints of Gumbo #708581

Color information

#708581 (or 0x708581) is unknown color: approx Gumbo. HEX triplet: 70, 85 and 81. RGB value is (112,133,129). Sum of RGB (Red+Green+Blue) = 112+133+129=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 129 (50.78% from 255 or 34.49% from 374); Max value from RGB is 133 - color contains mainly: green. Hex color #708581 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708581 is #8F7A7E. Grayscale: #7E7E7E. Windows color (decimal): -9403007 or 8488304. OLE color: 8488304.

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

Color convert

RGB112133129-
CMYK0.1600.030.48
HSL168.57º8.57%48.04%-
HSV(B)168.57º15.79%52.16%-
XYZ19.0321.823.97-
YUV126.26129.54117.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.95%
GREEN value IS 133 (52.34% from 255) = 35.56%
BLUE value IS 129 (50.78% from 255) = 34.49%
R=29.95%
G=35.56%
B=34.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1121331290.1600.030.48168.578.5748.04
Hex708581100330a9930
Octal1602052012003602511160
Binary1110000100001011000000110000011110000101010011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708581; }

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

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

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

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

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

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

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

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