#707F8D

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

Shades of Slate Grey #707F8D

Tints of Slate Grey #707F8D

Color information

#707F8D (or 0x707F8D) is unknown color: approx Slate Grey. HEX triplet: 70, 7F and 8D. RGB value is (112,127,141). Sum of RGB (Red+Green+Blue) = 112+127+141=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 141 - color contains mainly: blue. Hex color #707F8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707F8D is #8F8072. Grayscale: #7C7C7C. Windows color (decimal): -9404531 or 9273200. OLE color: 9273200.

HSL color Cylindrical-coordinate representation of color #707F8D: hue angle of 208.97º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #707F8D is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB112127141-
CMYK0.210.1000.45
HSL208.97º11.46%49.61%-
HSV(B)208.97º20.57%55.29%-
XYZ19.0820.5528.16-
YUV124.11137.53119.36-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.47%
GREEN value IS 127 (50% from 255) = 33.42%
BLUE value IS 141 (55.47% from 255) = 37.11%
R=29.47%
G=33.42%
B=37.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1121271410.210.1000.45208.9711.4649.61
Hex707F8D15A02Dd1b32
Octal16017721525120553211362
Binary11100001111111100011011010110100101101110100011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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