#708191

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

Shades of Slate Grey #708191

Tints of Slate Grey #708191

Color information

#708191 (or 0x708191) is unknown color: approx Slate Grey. HEX triplet: 70, 81 and 91. RGB value is (112,129,145). Sum of RGB (Red+Green+Blue) = 112+129+145=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 145 (57.03% from 255 or 37.56% from 386); Max value from RGB is 145 - color contains mainly: blue. Hex color #708191 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708191 is #8F7E6E. Grayscale: #7D7D7D. Windows color (decimal): -9404015 or 9535856. OLE color: 9535856.

HSL color Cylindrical-coordinate representation of color #708191: hue angle of 209.09º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #708191 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB112129145-
CMYK0.230.1100.43
HSL209.09º13.04%50.39%-
HSV(B)209.09º22.76%56.86%-
XYZ19.6421.1929.84-
YUV125.74138.87118.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.02%
GREEN value IS 129 (50.78% from 255) = 33.42%
BLUE value IS 145 (57.03% from 255) = 37.56%
R=29.02%
G=33.42%
B=37.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1121291450.230.1100.43209.0913.0450.39
Hex70819117B02Bd1d32
Octal16020122127130533211562
Binary111000010000001100100011011110110101011110100011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708191; }

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

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

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

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

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

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

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

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