Html Css Color HEX #707E90 Slate Grey

📋 copy color: '#707E90'

red 112 ◦ green 126 ◦ blue 144

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

Shades of Slate Grey #707E90

Tints of Slate Grey #707E90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.7%

R = 29.32%
G = 32.98%
B = 37.7%

CMYK

 C value IS 0.22

 M value IS 0.12

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#707E90 (or 0x707E90) is known color: Slate Grey. HEX triplet: 70, 7E and 90. RGB value is (112,126,144). Sum of RGB (Red+Green+Blue) = 112+126+144=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 126 (49.61% from 255 or 32.98% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 144 - color contains mainly: blue. Hex color #707E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707E90 is #8F816F. Grayscale: #7B7B7B. Windows color (decimal): -9404784 or 9469552. OLE color: 9469552.

HSL color Cylindrical-coordinate representation of color #707E90: hue angle of 213.75º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #707E90 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 126 144 -
CMYK 0.22 0.12 0 0.44
HSL 213.75º 0.13% 0.5% -
HSV(B) 213.75º 0.22% 0.56% -
XYZ 19.18 20.38 29.31 -
YUV 123.87 139.36 119.54 -
System Red Green Blue C M Y K H S L
Decimal 112 126 144 0.22 0.12 0 0.44 213.75 0.13 0.5
Hex 70 7E 90 16 C 0 2C D6 D 32
Octal 160 176 220 26 14 0 54 326 15 62
Binary 1110000 1111110 10010000 10110 1100 0 101100 11010110 1101 110010

Color Harmonies of #707E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707E90

Black with #707E90

Text Example


Text Example

White with #707E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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