Html Css Color HEX #707C99 Slate Grey

📋 copy color: '#707C99'

red 112 ◦ green 124 ◦ blue 153

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

Shades of Slate Grey #707C99

Tints of Slate Grey #707C99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 39.33%

R = 28.79%
G = 31.88%
B = 39.33%

CMYK

 C value IS 0.27

 M value IS 0.19

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#707C99 (or 0x707C99) is known color: Slate Grey. HEX triplet: 70, 7C and 99. RGB value is (112,124,153). Sum of RGB (Red+Green+Blue) = 112+124+153=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 124 (48.83% from 255 or 31.88% from 389); Blue value is 153 (60.16% from 255 or 39.33% from 389); Max value from RGB is 153 - color contains mainly: blue. Hex color #707C99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707C99 is #8F8366. Grayscale: #7B7B7B. Windows color (decimal): -9405287 or 10058864. OLE color: 10058864.

HSL color Cylindrical-coordinate representation of color #707C99: hue angle of 222.44º 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 #707C99 is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 112 124 153 -
CMYK 0.27 0.19 0 0.4
HSL 222.44º 0.17% 0.52% -
HSV(B) 222.44º 0.27% 0.6% -
XYZ 19.64 20.16 32.99 -
YUV 123.72 144.52 119.64 -
System Red Green Blue C M Y K H S L
Decimal 112 124 153 0.27 0.19 0 0.4 222.44 0.17 0.52
Hex 70 7C 99 1B 13 0 28 DE 11 34
Octal 160 174 231 33 23 0 50 336 21 64
Binary 1110000 1111100 10011001 11011 10011 0 101000 11011110 10001 110100

Color Harmonies of #707C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707C99

Black with #707C99

Text Example


Text Example

White with #707C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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