Html Css Color HEX #707C9A Slate Grey

📋 copy color: '#707C9A'

red 112 ◦ green 124 ◦ blue 154

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

Shades of Slate Grey #707C9A

Tints of Slate Grey #707C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 39.49%

R = 28.72%
G = 31.79%
B = 39.49%

CMYK

 C value IS 0.27

 M value IS 0.19

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#707C9A (or 0x707C9A) is known color: Slate Grey. HEX triplet: 70, 7C and 9A. RGB value is (112,124,154). Sum of RGB (Red+Green+Blue) = 112+124+154=390 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.72% from 390); Green value is 124 (48.83% from 255 or 31.79% from 390); Blue value is 154 (60.55% from 255 or 39.49% from 390); Max value from RGB is 154 - color contains mainly: blue. Hex color #707C9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707C9A is #8F8365. Grayscale: #7B7B7B. Windows color (decimal): -9405286 or 10124400. OLE color: 10124400.

HSL color Cylindrical-coordinate representation of color #707C9A: hue angle of 222.86º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #707C9A is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 112 124 154 -
CMYK 0.27 0.19 0 0.40
HSL 222.86º 0.17% 0.52% -
HSV(B) 222.86º 0.27% 0.6% -
XYZ 19.72 20.19 33.43 -
YUV 123.83 145.02 119.56 -
System Red Green Blue C M Y K H S L
Decimal 112 124 154 0.27 0.19 0 0.40 222.86 0.17 0.52
Hex 70 7C 9A 1B 13 0 28 DF 11 34
Octal 160 174 232 33 23 0 50 337 21 64
Binary 1110000 1111100 10011010 11011 10011 0 101000 11011111 10001 110100

Color Harmonies of #707C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707C9A

Black with #707C9A

Text Example


Text Example

White with #707C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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