#707E8D

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

Shades of Slate Grey #707E8D

Tints of Slate Grey #707E8D

Color information

#707E8D (or 0x707E8D) is unknown color: approx Slate Grey. HEX triplet: 70, 7E and 8D. RGB value is (112,126,141). Sum of RGB (Red+Green+Blue) = 112+126+141=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 141 - color contains mainly: blue. Hex color #707E8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707E8D is #8F8172. Grayscale: #7B7B7B. Windows color (decimal): -9404787 or 9272944. OLE color: 9272944.

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

Color convert

RGB112126141-
CMYK0.210.1100.45
HSL211.03º11.46%49.61%-
HSV(B)211.03º20.57%55.29%-
XYZ18.9520.2928.12-
YUV123.52137.86119.78-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.55%
GREEN value IS 126 (49.61% from 255) = 33.25%
BLUE value IS 141 (55.47% from 255) = 37.20%
R=29.55%
G=33.25%
B=37.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1121261410.210.1100.45211.0311.4649.61
Hex707E8D15B02Dd3b32
Octal16017621525130553231362
Binary11100001111110100011011010110110101101110100111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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