Html Css Color HEX #707792 Storm Grey

📋 copy color: '#707792'

red 112 ◦ green 119 ◦ blue 146

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

Shades of Storm Grey #707792

Tints of Storm Grey #707792

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.56%

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

R = 29.71%
G = 31.56%
B = 38.73%

CMYK

 C value IS 0.23

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#707792 (or 0x707792) is known color: Storm Grey. HEX triplet: 70, 77 and 92. RGB value is (112,119,146). Sum of RGB (Red+Green+Blue) = 112+119+146=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 146 (57.42% from 255 or 38.73% from 377); Max value from RGB is 146 - color contains mainly: blue. Hex color #707792 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707792 is #8F886D. Grayscale: #777777. Windows color (decimal): -9406574 or 9598832. OLE color: 9598832.

HSL color Cylindrical-coordinate representation of color #707792: hue angle of 227.65º 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 #707792 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 119 146 -
CMYK 0.23 0.18 0 0.43
HSL 227.65º 0.13% 0.51% -
HSV(B) 227.65º 0.23% 0.57% -
XYZ 18.47 18.71 29.83 -
YUV 119.99 142.68 122.3 -
System Red Green Blue C M Y K H S L
Decimal 112 119 146 0.23 0.18 0 0.43 227.65 0.13 0.51
Hex 70 77 92 17 12 0 2B E4 D 33
Octal 160 167 222 27 22 0 53 344 15 63
Binary 1110000 1110111 10010010 10111 10010 0 101011 11100100 1101 110011

Color Harmonies of #707792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707792

Black with #707792

Text Example


Text Example

White with #707792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707792; }

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

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

background-color css

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

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

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

border-color css

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

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

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