Html Css Color HEX #708092 Slate Grey

📋 copy color: '#708092'

red 112 ◦ green 128 ◦ blue 146

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

Shades of Slate Grey #708092

Tints of Slate Grey #708092

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.16%

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

R = 29.02%
G = 33.16%
B = 37.82%

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

#708092 (or 0x708092) is known color: Slate Grey. HEX triplet: 70, 80 and 92. RGB value is (112,128,146). Sum of RGB (Red+Green+Blue) = 112+128+146=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 146 (57.42% from 255 or 37.82% from 386); Max value from RGB is 146 - color contains mainly: blue. Hex color #708092 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708092 is #8F7F6D. Grayscale: #7D7D7D. Windows color (decimal): -9404270 or 9601136. OLE color: 9601136.

HSL color Cylindrical-coordinate representation of color #708092: hue angle of 211.76º 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 #708092 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 128 146 -
CMYK 0.23 0.12 0 0.43
HSL 211.76º 0.13% 0.51% -
HSV(B) 211.76º 0.23% 0.57% -
XYZ 19.59 20.96 30.21 -
YUV 125.27 139.7 118.54 -
System Red Green Blue C M Y K H S L
Decimal 112 128 146 0.23 0.12 0 0.43 211.76 0.13 0.51
Hex 70 80 92 17 C 0 2B D4 D 33
Octal 160 200 222 27 14 0 53 324 15 63
Binary 1110000 10000000 10010010 10111 1100 0 101011 11010100 1101 110011

Color Harmonies of #708092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708092

Black with #708092

Text Example


Text Example

White with #708092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708092; }

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

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

background-color css

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

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

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

border-color css

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

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

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