Html Css Color HEX #707C90 Slate Grey

📋 copy color: '#707C90'

red 112 ◦ green 124 ◦ blue 144

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

Shades of Slate Grey #707C90

Tints of Slate Grey #707C90

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.63%

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

R = 29.47%
G = 32.63%
B = 37.89%

CMYK

 C value IS 0.22

 M value IS 0.14

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#707C90 (or 0x707C90) is known color: Slate Grey. HEX triplet: 70, 7C and 90. RGB value is (112,124,144). Sum of RGB (Red+Green+Blue) = 112+124+144=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 124 (48.83% from 255 or 32.63% from 380); Blue value is 144 (56.64% from 255 or 37.89% from 380); Max value from RGB is 144 - color contains mainly: blue. Hex color #707C90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707C90 is #8F836F. Grayscale: #7A7A7A. Windows color (decimal): -9405296 or 9469040. OLE color: 9469040.

HSL color Cylindrical-coordinate representation of color #707C90: hue angle of 217.5º 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 #707C90 is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 124 144 -
CMYK 0.22 0.14 0 0.44
HSL 217.5º 0.13% 0.5% -
HSV(B) 217.5º 0.22% 0.56% -
XYZ 18.92 19.87 29.22 -
YUV 122.69 140.02 120.37 -
System Red Green Blue C M Y K H S L
Decimal 112 124 144 0.22 0.14 0 0.44 217.5 0.13 0.5
Hex 70 7C 90 16 E 0 2C DA D 32
Octal 160 174 220 26 16 0 54 332 15 62
Binary 1110000 1111100 10010000 10110 1110 0 101100 11011010 1101 110010

Color Harmonies of #707C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707C90

Black with #707C90

Text Example


Text Example

White with #707C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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