Html Css Color HEX #707A90 Storm Grey

📋 copy color: '#707A90'

red 112 ◦ green 122 ◦ blue 144

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

Shades of Storm Grey #707A90

Tints of Storm Grey #707A90

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.28%

 BLUE value IS 144 (56.64% from 255) = 38.1%

R = 29.63%
G = 32.28%
B = 38.1%

CMYK

 C value IS 0.22

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#707A90 (or 0x707A90) is known color: Storm Grey. HEX triplet: 70, 7A and 90. RGB value is (112,122,144). Sum of RGB (Red+Green+Blue) = 112+122+144=378 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.63% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 144 - color contains mainly: blue. Hex color #707A90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707A90 is #8F856F. Grayscale: #797979. Windows color (decimal): -9405808 or 9468528. OLE color: 9468528.

HSL color Cylindrical-coordinate representation of color #707A90: hue angle of 221.25º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #707A90 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 122 144 -
CMYK 0.22 0.15 0 0.44
HSL 221.25º 0.13% 0.5% -
HSV(B) 221.25º 0.22% 0.56% -
XYZ 18.68 19.38 29.14 -
YUV 121.52 140.69 121.21 -
System Red Green Blue C M Y K H S L
Decimal 112 122 144 0.22 0.15 0 0.44 221.25 0.13 0.5
Hex 70 7A 90 16 F 0 2C DD D 32
Octal 160 172 220 26 17 0 54 335 15 62
Binary 1110000 1111010 10010000 10110 1111 0 101100 11011101 1101 110010

Color Harmonies of #707A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707A90

Black with #707A90

Text Example


Text Example

White with #707A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,122,144); }

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

background-color css

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

 a { background-color: rgb(112,122,144); }

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

border-color css

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

 span { border-color: rgb(112,122,144); }

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