#707D8B

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

Shades of Slate Grey #707D8B

Tints of Slate Grey #707D8B

Color information

#707D8B (or 0x707D8B) is unknown color: approx Slate Grey. HEX triplet: 70, 7D and 8B. RGB value is (112,125,139). Sum of RGB (Red+Green+Blue) = 112+125+139=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 139 - color contains mainly: blue. Hex color #707D8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707D8B is #8F8274. Grayscale: #7A7A7A. Windows color (decimal): -9405045 or 9141616. OLE color: 9141616.

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

Color convert

RGB112125139-
CMYK0.190.1000.45
HSL211.11º10.76%49.22%-
HSV(B)211.11º19.42%54.51%-
XYZ18.6819.9827.3-
YUV122.71137.19120.36-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.79%
GREEN value IS 125 (49.22% from 255) = 33.24%
BLUE value IS 139 (54.69% from 255) = 36.97%
R=29.79%
G=33.24%
B=36.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1121251390.190.1000.45211.1110.7649.22
Hex707D8B13A02Dd3b31
Octal16017521323120553231361
Binary11100001111101100010111001110100101101110100111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,125,139); }

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

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

 a { background-color: rgb(112,125,139); }

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

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

 span { border-color: rgb(112,125,139); }

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