#707B87

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

Shades of Slate Grey #707B87

Tints of Slate Grey #707B87

Color information

#707B87 (or 0x707B87) is unknown color: approx Slate Grey. HEX triplet: 70, 7B and 87. RGB value is (112,123,135). Sum of RGB (Red+Green+Blue) = 112+123+135=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 123 (48.44% from 255 or 33.24% from 370); Blue value is 135 (53.12% from 255 or 36.49% from 370); Max value from RGB is 135 - color contains mainly: blue. Hex color #707B87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707B87 is #8F8478. Grayscale: #797979. Windows color (decimal): -9405561 or 8878960. OLE color: 8878960.

HSL color Cylindrical-coordinate representation of color #707B87: hue angle of 211.3º 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 #707B87 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB112123135-
CMYK0.170.0900.47
HSL211.3º9.31%48.43%-
HSV(B)211.3º17.04%52.94%-
XYZ18.1419.3625.7-
YUV121.08135.86121.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.27%
GREEN value IS 123 (48.44% from 255) = 33.24%
BLUE value IS 135 (53.12% from 255) = 36.49%
R=30.27%
G=33.24%
B=36.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1121231350.170.0900.47211.39.3148.43
Hex707B8711902Fd3930
Octal16017320721110573231160
Binary11100001111011100001111000110010101111110100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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