Html Css Color HEX #707C8D Slate Grey

📋 copy color: '#707C8D'

red 112 ◦ green 124 ◦ blue 141

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

Shades of Slate Grey #707C8D

Tints of Slate Grey #707C8D

RGB

 RED value IS 112 (44.14% from 255) = 29.71%

 GREEN value IS 124 (48.83% from 255) = 32.89%

 BLUE value IS 141 (55.47% from 255) = 37.4%

R = 29.71%
G = 32.89%
B = 37.4%

CMYK

 C value IS 0.21

 M value IS 0.12

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#707C8D (or 0x707C8D) is known color: Slate Grey. HEX triplet: 70, 7C and 8D. RGB value is (112,124,141). Sum of RGB (Red+Green+Blue) = 112+124+141=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 141 - color contains mainly: blue. Hex color #707C8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707C8D is #8F8372. Grayscale: #7A7A7A. Windows color (decimal): -9405299 or 9272432. OLE color: 9272432.

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

Color convert

RGB 112 124 141 -
CMYK 0.21 0.12 0 0.45
HSL 215.17º 0.11% 0.5% -
HSV(B) 215.17º 0.21% 0.55% -
XYZ 18.7 19.78 28.03 -
YUV 122.35 138.52 120.62 -
System Red Green Blue C M Y K H S L
Decimal 112 124 141 0.21 0.12 0 0.45 215.17 0.11 0.5
Hex 70 7C 8D 15 C 0 2D D7 B 32
Octal 160 174 215 25 14 0 55 327 13 62
Binary 1110000 1111100 10001101 10101 1100 0 101101 11010111 1011 110010

Color Harmonies of #707C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707C8D

Black with #707C8D

Text Example


Text Example

White with #707C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #707C8D;
 }
 .AnyTagClassName
 {
   color: #707C8D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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