Html Css Color HEX #708091 Slate Grey

📋 copy color: '#708091'

red 112 ◦ green 128 ◦ blue 145

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

Shades of Slate Grey #708091

Tints of Slate Grey #708091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 37.66%

R = 29.09%
G = 33.25%
B = 37.66%

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

#708091 (or 0x708091) is known color: Slate Grey. HEX triplet: 70, 80 and 91. RGB value is (112,128,145). Sum of RGB (Red+Green+Blue) = 112+128+145=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 145 (57.03% from 255 or 37.66% from 385); Max value from RGB is 145 - color contains mainly: blue. Hex color #708091 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708091 is #8F7F6E. Grayscale: #7D7D7D. Windows color (decimal): -9404271 or 9535600. OLE color: 9535600.

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

Color convert

RGB 112 128 145 -
CMYK 0.23 0.12 0 0.43
HSL 210.91º 0.13% 0.5% -
HSV(B) 210.91º 0.23% 0.57% -
XYZ 19.51 20.93 29.8 -
YUV 125.15 139.2 118.62 -
System Red Green Blue C M Y K H S L
Decimal 112 128 145 0.23 0.12 0 0.43 210.91 0.13 0.5
Hex 70 80 91 17 C 0 2B D3 D 32
Octal 160 200 221 27 14 0 53 323 15 62
Binary 1110000 10000000 10010001 10111 1100 0 101011 11010011 1101 110010

Color Harmonies of #708091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708091

Black with #708091

Text Example


Text Example

White with #708091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708091; }

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

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

background-color css

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

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

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

border-color css

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

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

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