Html Css Color HEX #707E89 Slate Grey

📋 copy color: '#707E89'

red 112 ◦ green 126 ◦ blue 137

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

Shades of Slate Grey #707E89

Tints of Slate Grey #707E89

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.6%

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

R = 29.87%
G = 33.6%
B = 36.53%

CMYK

 C value IS 0.18

 M value IS 0.08

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#707E89 (or 0x707E89) is known color: Slate Grey. HEX triplet: 70, 7E and 89. RGB value is (112,126,137). Sum of RGB (Red+Green+Blue) = 112+126+137=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 126 (49.61% from 255 or 33.6% from 375); Blue value is 137 (53.91% from 255 or 36.53% from 375); Max value from RGB is 137 - color contains mainly: blue. Hex color #707E89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707E89 is #8F8176. Grayscale: #7B7B7B. Windows color (decimal): -9404791 or 9010800. OLE color: 9010800.

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

Color convert

RGB 112 126 137 -
CMYK 0.18 0.08 0 0.46
HSL 206.4º 0.1% 0.49% -
HSV(B) 206.4º 0.18% 0.54% -
XYZ 18.66 20.17 26.58 -
YUV 123.07 135.86 120.11 -
System Red Green Blue C M Y K H S L
Decimal 112 126 137 0.18 0.08 0 0.46 206.4 0.1 0.49
Hex 70 7E 89 12 8 0 2E CE A 31
Octal 160 176 211 22 10 0 56 316 12 61
Binary 1110000 1111110 10001001 10010 1000 0 101110 11001110 1010 110001

Color Harmonies of #707E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707E89

Black with #707E89

Text Example


Text Example

White with #707E89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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