Html Css Color HEX #707F99 Slate Grey

📋 copy color: '#707F99'

red 112 ◦ green 127 ◦ blue 153

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

Shades of Slate Grey #707F99

Tints of Slate Grey #707F99

RGB

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

 GREEN value IS 127 (50% from 255) = 32.4%

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

R = 28.57%
G = 32.4%
B = 39.03%

CMYK

 C value IS 0.27

 M value IS 0.17

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#707F99 (or 0x707F99) is known color: Slate Grey. HEX triplet: 70, 7F and 99. RGB value is (112,127,153). Sum of RGB (Red+Green+Blue) = 112+127+153=392 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.57% from 392); Green value is 127 (50% from 255 or 32.40% from 392); Blue value is 153 (60.16% from 255 or 39.03% from 392); Max value from RGB is 153 - color contains mainly: blue. Hex color #707F99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707F99 is #8F8066. Grayscale: #7D7D7D. Windows color (decimal): -9404519 or 10059632. OLE color: 10059632.

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

Color convert

RGB 112 127 153 -
CMYK 0.27 0.17 0 0.4
HSL 218.05º 0.17% 0.52% -
HSV(B) 218.05º 0.27% 0.6% -
XYZ 20.02 20.92 33.12 -
YUV 125.48 143.53 118.39 -
System Red Green Blue C M Y K H S L
Decimal 112 127 153 0.27 0.17 0 0.4 218.05 0.17 0.52
Hex 70 7F 99 1B 11 0 28 DA 11 34
Octal 160 177 231 33 21 0 50 332 21 64
Binary 1110000 1111111 10011001 11011 10001 0 101000 11011010 10001 110100

Color Harmonies of #707F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707F99

Black with #707F99

Text Example


Text Example

White with #707F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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