#7A7E8A

Color #7A7E8A Storm Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Storm Grey #7A7E8A

Tints of Storm Grey #7A7E8A

Color information

#7A7E8A (or 0x7A7E8A) is unknown color: approx Storm Grey. HEX triplet: 7A, 7E and 8A. RGB value is (122,126,138). Sum of RGB (Red+Green+Blue) = 122+126+138=386 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.61% from 386); Green value is 126 (49.61% from 255 or 32.64% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 138 - color contains mainly: blue. Hex color #7A7E8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7E8A is #858175. Grayscale: #7E7E7E. Windows color (decimal): -8749430 or 9076346. OLE color: 9076346.

HSL color Cylindrical-coordinate representation of color #7A7E8A: hue angle of 225º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7A7E8A is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB122126138-
CMYK0.120.0900.46
HSL225º6.4%50.98%-
HSV(B)225º11.59%54.12%-
XYZ20.0720.8927.02-
YUV126.17134.67125.02-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.61%
GREEN value IS 126 (49.61% from 255) = 32.64%
BLUE value IS 138 (54.30% from 255) = 35.75%
R=31.61%
G=32.64%
B=35.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1221261380.120.0900.462256.450.98
Hex7A7E8AC902Ee1633
Octal1721762121411056341663
Binary111101011111101000101011001001010111011100001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,126,138); }

 H1.HeaderClassName
 {
   color: #7A7E8A;
 }
 .AnyTagClassName
 {
   color: #7A7E8A;
 }
</style>
background-color css

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

 a { background-color: rgb(122,126,138); }

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

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

 span { border-color: rgb(122,126,138); }

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