Html Css Color HEX #707B96 Slate Grey

📋 copy color: '#707B96'

red 112 ◦ green 123 ◦ blue 150

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

Shades of Slate Grey #707B96

Tints of Slate Grey #707B96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 38.96%

R = 29.09%
G = 31.95%
B = 38.96%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#707B96 (or 0x707B96) is known color: Slate Grey. HEX triplet: 70, 7B and 96. RGB value is (112,123,150). Sum of RGB (Red+Green+Blue) = 112+123+150=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 150 (58.98% from 255 or 38.96% from 385); Max value from RGB is 150 - color contains mainly: blue. Hex color #707B96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707B96 is #8F8469. Grayscale: #7A7A7A. Windows color (decimal): -9405546 or 9862000. OLE color: 9862000.

HSL color Cylindrical-coordinate representation of color #707B96: hue angle of 222.63º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #707B96 is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 123 150 -
CMYK 0.25 0.18 0 0.41
HSL 222.63º 0.15% 0.51% -
HSV(B) 222.63º 0.25% 0.59% -
XYZ 19.27 19.81 31.66 -
YUV 122.79 143.36 120.3 -
System Red Green Blue C M Y K H S L
Decimal 112 123 150 0.25 0.18 0 0.41 222.63 0.15 0.51
Hex 70 7B 96 19 12 0 29 DF F 33
Octal 160 173 226 31 22 0 51 337 17 63
Binary 1110000 1111011 10010110 11001 10010 0 101001 11011111 1111 110011

Color Harmonies of #707B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707B96

Black with #707B96

Text Example


Text Example

White with #707B96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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