Html Css Color HEX #707B99 Slate Grey

📋 copy color: '#707B99'

red 112 ◦ green 123 ◦ blue 153

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

Shades of Slate Grey #707B99

Tints of Slate Grey #707B99

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.7%

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

R = 28.87%
G = 31.7%
B = 39.43%

CMYK

 C value IS 0.27

 M value IS 0.20

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#707B99 (or 0x707B99) is known color: Slate Grey. HEX triplet: 70, 7B and 99. RGB value is (112,123,153). Sum of RGB (Red+Green+Blue) = 112+123+153=388 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.87% from 388); Green value is 123 (48.44% from 255 or 31.70% from 388); Blue value is 153 (60.16% from 255 or 39.43% from 388); Max value from RGB is 153 - color contains mainly: blue. Hex color #707B99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707B99 is #8F8466. Grayscale: #7A7A7A. Windows color (decimal): -9405543 or 10058608. OLE color: 10058608.

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

Color convert

RGB 112 123 153 -
CMYK 0.27 0.20 0 0.4
HSL 223.9º 0.17% 0.52% -
HSV(B) 223.9º 0.27% 0.6% -
XYZ 19.51 19.91 32.95 -
YUV 123.13 144.86 120.06 -
System Red Green Blue C M Y K H S L
Decimal 112 123 153 0.27 0.20 0 0.4 223.9 0.17 0.52
Hex 70 7B 99 1B 14 0 28 E0 11 34
Octal 160 173 231 33 24 0 50 340 21 64
Binary 1110000 1111011 10011001 11011 10100 0 101000 11100000 10001 110100

Color Harmonies of #707B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707B99

Black with #707B99

Text Example


Text Example

White with #707B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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