Html Css Color HEX #707C89 Slate Grey

📋 copy color: '#707C89'

red 112 ◦ green 124 ◦ blue 137

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

Shades of Slate Grey #707C89

Tints of Slate Grey #707C89

RGB

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

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

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

R = 30.03%
G = 33.24%
B = 36.73%

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

#707C89 (or 0x707C89) is known color: Slate Grey. HEX triplet: 70, 7C and 89. RGB value is (112,124,137). Sum of RGB (Red+Green+Blue) = 112+124+137=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 124 (48.83% from 255 or 33.24% from 373); Blue value is 137 (53.91% from 255 or 36.73% from 373); Max value from RGB is 137 - color contains mainly: blue. Hex color #707C89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707C89 is #8F8376. Grayscale: #797979. Windows color (decimal): -9405303 or 9010288. OLE color: 9010288.

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

Color convert

RGB 112 124 137 -
CMYK 0.18 0.09 0 0.46
HSL 211.2º 0.1% 0.49% -
HSV(B) 211.2º 0.18% 0.54% -
XYZ 18.41 19.67 26.49 -
YUV 121.89 136.52 120.94 -
System Red Green Blue C M Y K H S L
Decimal 112 124 137 0.18 0.09 0 0.46 211.2 0.1 0.49
Hex 70 7C 89 12 9 0 2E D3 A 31
Octal 160 174 211 22 11 0 56 323 12 61
Binary 1110000 1111100 10001001 10010 1001 0 101110 11010011 1010 110001

Color Harmonies of #707C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707C89

Black with #707C89

Text Example


Text Example

White with #707C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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