Html Css Color HEX #707A95 Slate Grey

📋 copy color: '#707A95'

red 112 ◦ green 122 ◦ blue 149

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

Shades of Slate Grey #707A95

Tints of Slate Grey #707A95

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.85%

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

R = 29.24%
G = 31.85%
B = 38.9%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#707A95 (or 0x707A95) is known color: Slate Grey. HEX triplet: 70, 7A and 95. RGB value is (112,122,149). Sum of RGB (Red+Green+Blue) = 112+122+149=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 149 (58.59% from 255 or 38.90% from 383); Max value from RGB is 149 - color contains mainly: blue. Hex color #707A95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707A95 is #8F856A. Grayscale: #797979. Windows color (decimal): -9405803 or 9796208. OLE color: 9796208.

HSL color Cylindrical-coordinate representation of color #707A95: hue angle of 223.78º 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 #707A95 is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 122 149 -
CMYK 0.25 0.18 0 0.42
HSL 223.78º 0.15% 0.51% -
HSV(B) 223.78º 0.25% 0.58% -
XYZ 19.07 19.53 31.2 -
YUV 122.09 143.19 120.8 -
System Red Green Blue C M Y K H S L
Decimal 112 122 149 0.25 0.18 0 0.42 223.78 0.15 0.51
Hex 70 7A 95 19 12 0 2A E0 F 33
Octal 160 172 225 31 22 0 52 340 17 63
Binary 1110000 1111010 10010101 11001 10010 0 101010 11100000 1111 110011

Color Harmonies of #707A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707A95

Black with #707A95

Text Example


Text Example

White with #707A95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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