Html Css Color HEX #707E95 Slate Grey

📋 copy color: '#707E95'

red 112 ◦ green 126 ◦ blue 149

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

Shades of Slate Grey #707E95

Tints of Slate Grey #707E95

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.56%

 BLUE value IS 149 (58.59% from 255) = 38.5%

R = 28.94%
G = 32.56%
B = 38.5%

CMYK

 C value IS 0.25

 M value IS 0.15

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#707E95 (or 0x707E95) is known color: Slate Grey. HEX triplet: 70, 7E and 95. RGB value is (112,126,149). Sum of RGB (Red+Green+Blue) = 112+126+149=387 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.94% from 387); Green value is 126 (49.61% from 255 or 32.56% from 387); Blue value is 149 (58.59% from 255 or 38.50% from 387); Max value from RGB is 149 - color contains mainly: blue. Hex color #707E95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707E95 is #8F816A. Grayscale: #7C7C7C. Windows color (decimal): -9404779 or 9797232. OLE color: 9797232.

HSL color Cylindrical-coordinate representation of color #707E95: hue angle of 217.3º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #707E95 is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 126 149 -
CMYK 0.25 0.15 0 0.42
HSL 217.3º 0.15% 0.51% -
HSV(B) 217.3º 0.25% 0.58% -
XYZ 19.57 20.54 31.37 -
YUV 124.44 141.86 119.13 -
System Red Green Blue C M Y K H S L
Decimal 112 126 149 0.25 0.15 0 0.42 217.3 0.15 0.51
Hex 70 7E 95 19 F 0 2A D9 F 33
Octal 160 176 225 31 17 0 52 331 17 63
Binary 1110000 1111110 10010101 11001 1111 0 101010 11011001 1111 110011

Color Harmonies of #707E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707E95

Black with #707E95

Text Example


Text Example

White with #707E95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707E95; }

 p { color: rgb(112,126,149); }

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

background-color css

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

 a { background-color: rgb(112,126,149); }

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

border-color css

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

 span { border-color: rgb(112,126,149); }

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