Html Css Color HEX #707D89 Slate Grey

📋 copy color: '#707D89'

red 112 ◦ green 125 ◦ blue 137

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

Shades of Slate Grey #707D89

Tints of Slate Grey #707D89

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.42%

 BLUE value IS 137 (53.91% from 255) = 36.63%

R = 29.95%
G = 33.42%
B = 36.63%

CMYK

 C value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#707D89 (or 0x707D89) is known color: Slate Grey. HEX triplet: 70, 7D and 89. RGB value is (112,125,137). Sum of RGB (Red+Green+Blue) = 112+125+137=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 125 (49.22% from 255 or 33.42% from 374); Blue value is 137 (53.91% from 255 or 36.63% from 374); Max value from RGB is 137 - color contains mainly: blue. Hex color #707D89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707D89 is #8F8276. Grayscale: #7A7A7A. Windows color (decimal): -9405047 or 9010544. OLE color: 9010544.

HSL color Cylindrical-coordinate representation of color #707D89: hue angle of 208.8º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #707D89 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 112 125 137 -
CMYK 0.18 0.09 0 0.46
HSL 208.8º 0.1% 0.49% -
HSV(B) 208.8º 0.18% 0.54% -
XYZ 18.53 19.92 26.53 -
YUV 122.48 136.19 120.52 -
System Red Green Blue C M Y K H S L
Decimal 112 125 137 0.18 0.09 0 0.46 208.8 0.1 0.49
Hex 70 7D 89 12 9 0 2E D1 A 31
Octal 160 175 211 22 11 0 56 321 12 61
Binary 1110000 1111101 10001001 10010 1001 0 101110 11010001 1010 110001

Color Harmonies of #707D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707D89

Black with #707D89

Text Example


Text Example

White with #707D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,125,137); }

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

background-color css

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

 a { background-color: rgb(112,125,137); }

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

border-color css

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

 span { border-color: rgb(112,125,137); }

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