Html Css Color HEX #708192 Slate Grey

📋 copy color: '#708192'

red 112 ◦ green 129 ◦ blue 146

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

Shades of Slate Grey #708192

Tints of Slate Grey #708192

RGB

 RED value IS 112 (44.14% from 255) = 28.94%

 GREEN value IS 129 (50.78% from 255) = 33.33%

 BLUE value IS 146 (57.42% from 255) = 37.73%

R = 28.94%
G = 33.33%
B = 37.73%

CMYK

 C value IS 0.23

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#708192 (or 0x708192) is known color: Slate Grey. HEX triplet: 70, 81 and 92. RGB value is (112,129,146). Sum of RGB (Red+Green+Blue) = 112+129+146=387 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.94% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 146 (57.42% from 255 or 37.73% from 387); Max value from RGB is 146 - color contains mainly: blue. Hex color #708192 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708192 is #8F7E6D. Grayscale: #7D7D7D. Windows color (decimal): -9404014 or 9601392. OLE color: 9601392.

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

Color convert

RGB 112 129 146 -
CMYK 0.23 0.12 0 0.43
HSL 210º 0.13% 0.51% -
HSV(B) 210º 0.23% 0.57% -
XYZ 19.72 21.22 30.25 -
YUV 125.86 139.37 118.12 -
System Red Green Blue C M Y K H S L
Decimal 112 129 146 0.23 0.12 0 0.43 210 0.13 0.51
Hex 70 81 92 17 C 0 2B D2 D 33
Octal 160 201 222 27 14 0 53 322 15 63
Binary 1110000 10000001 10010010 10111 1100 0 101011 11010010 1101 110011

Color Harmonies of #708192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708192

Black with #708192

Text Example


Text Example

White with #708192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708192; }

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

 H1.HeaderClassName
 {
   color: #708192;
 }
 .AnyTagClassName
 {
   color: #708192;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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