Html Css Color HEX #708191 Slate Grey

📋 copy color: '#708191'

red 112 ◦ green 129 ◦ blue 145

#708191
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Grey #708191

Tints of Slate Grey #708191

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 value IS 0.23

 M value IS 0.11

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#708191 (or 0x708191) is known color: 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

RGB 112 129 145 -
CMYK 0.23 0.11 0 0.43
HSL 209.09º 0.13% 0.5% -
HSV(B) 209.09º 0.23% 0.57% -
XYZ 19.64 21.19 29.84 -
YUV 125.74 138.87 118.2 -
System Red Green Blue C M Y K H S L
Decimal 112 129 145 0.23 0.11 0 0.43 209.09 0.13 0.5
Hex 70 81 91 17 B 0 2B D1 D 32
Octal 160 201 221 27 13 0 53 321 15 62
Binary 1110000 10000001 10010001 10111 1011 0 101011 11010001 1101 110010

Color Harmonies of #708191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708191

Black with #708191

Text Example


Text Example

White with #708191

Text Example


Text Example

HTML Codes & Css Web 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>