Html Css Color HEX #707B87 Slate Grey

📋 copy color: '#707B87'

red 112 ◦ green 123 ◦ blue 135

#707B87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Grey #707B87

Tints of Slate Grey #707B87

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.13% from 255) = 36.49%

R = 30.27%
G = 33.24%
B = 36.49%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#707B87 (or 0x707B87) is known color: 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

RGB 112 123 135 -
CMYK 0.17 0.09 0 0.47
HSL 211.3º 0.09% 0.48% -
HSV(B) 211.3º 0.17% 0.53% -
XYZ 18.14 19.36 25.7 -
YUV 121.08 135.86 121.52 -
System Red Green Blue C M Y K H S L
Decimal 112 123 135 0.17 0.09 0 0.47 211.3 0.09 0.48
Hex 70 7B 87 11 9 0 2F D3 9 30
Octal 160 173 207 21 11 0 57 323 11 60
Binary 1110000 1111011 10000111 10001 1001 0 101111 11010011 1001 110000

Color Harmonies of #707B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707B87

Black with #707B87

Text Example


Text Example

White with #707B87

Text Example


Text Example

HTML Codes & Css Web 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>