#707C87

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

Shades of Slate Grey #707C87

Tints of Slate Grey #707C87

Color information

#707C87 (or 0x707C87) is unknown color: approx Slate Grey. HEX triplet: 70, 7C and 87. RGB value is (112,124,135). Sum of RGB (Red+Green+Blue) = 112+124+135=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 135 (53.12% from 255 or 36.39% from 371); Max value from RGB is 135 - color contains mainly: blue. Hex color #707C87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707C87 is #8F8378. Grayscale: #797979. Windows color (decimal): -9405305 or 8879216. OLE color: 8879216.

HSL color Cylindrical-coordinate representation of color #707C87: hue angle of 208.7º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #707C87 is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB112124135-
CMYK0.170.0800.47
HSL208.7º9.31%48.43%-
HSV(B)208.7º17.04%52.94%-
XYZ18.2619.6125.74-
YUV121.67135.52121.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.19%
GREEN value IS 124 (48.83% from 255) = 33.42%
BLUE value IS 135 (53.12% from 255) = 36.39%
R=30.19%
G=33.42%
B=36.39%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1121241350.170.0800.47208.79.3148.43
Hex707C8711802Fd1930
Octal16017420721100573211160
Binary11100001111100100001111000110000101111110100011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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