Html Css Color HEX #7A7F91 Storm Grey

📋 copy color: '#7A7F91'

red 122 ◦ green 127 ◦ blue 145

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

Shades of Storm Grey #7A7F91

Tints of Storm Grey #7A7F91

RGB

 RED value IS 122 (48.05% from 255) = 30.96%

 GREEN value IS 127 (50% from 255) = 32.23%

 BLUE value IS 145 (57.03% from 255) = 36.8%

R = 30.96%
G = 32.23%
B = 36.8%

CMYK

 C value IS 0.16

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7A7F91 (or 0x7A7F91) is known color: Storm Grey. HEX triplet: 7A, 7F and 91. RGB value is (122,127,145). Sum of RGB (Red+Green+Blue) = 122+127+145=394 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.96% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 145 (57.03% from 255 or 36.80% from 394); Max value from RGB is 145 - color contains mainly: blue. Hex color #7A7F91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7F91 is #85806E. Grayscale: #7F7F7F. Windows color (decimal): -8749167 or 9535354. OLE color: 9535354.

HSL color Cylindrical-coordinate representation of color #7A7F91: hue angle of 226.96º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7A7F91 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 122 127 145 -
CMYK 0.16 0.12 0 0.43
HSL 226.96º 0.09% 0.52% -
HSV(B) 226.96º 0.16% 0.57% -
XYZ 20.73 21.36 29.82 -
YUV 127.56 137.84 124.04 -
System Red Green Blue C M Y K H S L
Decimal 122 127 145 0.16 0.12 0 0.43 226.96 0.09 0.52
Hex 7A 7F 91 10 C 0 2B E3 9 34
Octal 172 177 221 20 14 0 53 343 11 64
Binary 1111010 1111111 10010001 10000 1100 0 101011 11100011 1001 110100

Color Harmonies of #7A7F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7F91

Black with #7A7F91

Text Example


Text Example

White with #7A7F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A7F91; }

 p { color: rgb(122,127,145); }

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

background-color css

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

 a { background-color: rgb(122,127,145); }

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

border-color css

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

 span { border-color: rgb(122,127,145); }

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