#707C8E

Color #707C8E Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Grey #707C8E

Tints of Slate Grey #707C8E

Color information

#707C8E (or 0x707C8E) is unknown color: approx Slate Grey. HEX triplet: 70, 7C and 8E. RGB value is (112,124,142). Sum of RGB (Red+Green+Blue) = 112+124+142=378 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.63% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 142 - color contains mainly: blue. Hex color #707C8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707C8E is #8F8371. Grayscale: #7A7A7A. Windows color (decimal): -9405298 or 9337968. OLE color: 9337968.

HSL color Cylindrical-coordinate representation of color #707C8E: hue angle of 216º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #707C8E is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB112124142-
CMYK0.210.1300.44
HSL216º11.81%49.8%-
HSV(B)216º21.13%55.69%-
XYZ18.7719.8128.43-
YUV122.46139.02120.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.63%
GREEN value IS 124 (48.83% from 255) = 32.80%
BLUE value IS 142 (55.86% from 255) = 37.57%
R=29.63%
G=32.80%
B=37.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1121241420.210.1300.4421611.8149.8
Hex707C8E15D02Cd8c32
Octal16017421625150543301462
Binary11100001111100100011101010111010101100110110001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #707C8E;
 }
 .AnyTagClassName
 {
   color: #707C8E;
 }
</style>
background-color css

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

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

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

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

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

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