Html Css Color HEX #70818D Slate Grey

📋 copy color: '#70818D'

red 112 ◦ green 129 ◦ blue 141

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

Shades of Slate Grey #70818D

Tints of Slate Grey #70818D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.77%

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

R = 29.32%
G = 33.77%
B = 36.91%

CMYK

 C value IS 0.21

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#70818D (or 0x70818D) is known color: Slate Grey. HEX triplet: 70, 81 and 8D. RGB value is (112,129,141). Sum of RGB (Red+Green+Blue) = 112+129+141=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 141 - color contains mainly: blue. Hex color #70818D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70818D is #8F7E72. Grayscale: #7D7D7D. Windows color (decimal): -9404019 or 9273712. OLE color: 9273712.

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

Color convert

RGB 112 129 141 -
CMYK 0.21 0.09 0 0.45
HSL 204.83º 0.11% 0.5% -
HSV(B) 204.83º 0.21% 0.55% -
XYZ 19.34 21.07 28.25 -
YUV 125.29 136.87 118.52 -
System Red Green Blue C M Y K H S L
Decimal 112 129 141 0.21 0.09 0 0.45 204.83 0.11 0.5
Hex 70 81 8D 15 9 0 2D CD B 32
Octal 160 201 215 25 11 0 55 315 13 62
Binary 1110000 10000001 10001101 10101 1001 0 101101 11001101 1011 110010

Color Harmonies of #70818D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70818D

Black with #70818D

Text Example


Text Example

White with #70818D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70818D; }

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

 H1.HeaderClassName
 {
   color: #70818D;
 }
 .AnyTagClassName
 {
   color: #70818D;
 }
</style>

background-color css

<style>
 a { background-color: #70818D; }

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

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

border-color css

<style>
 span { border-color: #70818D; }

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

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