#707F8E

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

Shades of Slate Grey #707F8E

Tints of Slate Grey #707F8E

Color information

#707F8E (or 0x707F8E) is unknown color: approx Slate Grey. HEX triplet: 70, 7F and 8E. RGB value is (112,127,142). Sum of RGB (Red+Green+Blue) = 112+127+142=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 142 (55.86% from 255 or 37.27% from 381); Max value from RGB is 142 - color contains mainly: blue. Hex color #707F8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707F8E is #8F8071. Grayscale: #7C7C7C. Windows color (decimal): -9404530 or 9338736. OLE color: 9338736.

HSL color Cylindrical-coordinate representation of color #707F8E: hue angle of 210º 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 #707F8E is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB112127142-
CMYK0.210.1100.44
HSL210º11.81%49.8%-
HSV(B)210º21.13%55.69%-
XYZ19.1520.5828.55-
YUV124.22138.03119.28-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.40%
GREEN value IS 127 (50% from 255) = 33.33%
BLUE value IS 142 (55.86% from 255) = 37.27%
R=29.40%
G=33.33%
B=37.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1121271420.210.1100.4421011.8149.8
Hex707F8E15B02Cd2c32
Octal16017721625130543221462
Binary11100001111111100011101010110110101100110100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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