Html Css Color HEX #707C92 Slate Grey

📋 copy color: '#707C92'

red 112 ◦ green 124 ◦ blue 146

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

Shades of Slate Grey #707C92

Tints of Slate Grey #707C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 38.22%

R = 29.32%
G = 32.46%
B = 38.22%

CMYK

 C value IS 0.23

 M value IS 0.15

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#707C92 (or 0x707C92) is known color: Slate Grey. HEX triplet: 70, 7C and 92. RGB value is (112,124,146). Sum of RGB (Red+Green+Blue) = 112+124+146=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 124 (48.83% from 255 or 32.46% from 382); Blue value is 146 (57.42% from 255 or 38.22% from 382); Max value from RGB is 146 - color contains mainly: blue. Hex color #707C92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707C92 is #8F836D. Grayscale: #7A7A7A. Windows color (decimal): -9405294 or 9600112. OLE color: 9600112.

HSL color Cylindrical-coordinate representation of color #707C92: hue angle of 218.82º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #707C92 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 124 146 -
CMYK 0.23 0.15 0 0.43
HSL 218.82º 0.13% 0.51% -
HSV(B) 218.82º 0.23% 0.57% -
XYZ 19.08 19.94 30.04 -
YUV 122.92 141.02 120.21 -
System Red Green Blue C M Y K H S L
Decimal 112 124 146 0.23 0.15 0 0.43 218.82 0.13 0.51
Hex 70 7C 92 17 F 0 2B DB D 33
Octal 160 174 222 27 17 0 53 333 15 63
Binary 1110000 1111100 10010010 10111 1111 0 101011 11011011 1101 110011

Color Harmonies of #707C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707C92

Black with #707C92

Text Example


Text Example

White with #707C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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