Html Css Color HEX #7A7E8A Storm Grey

📋 copy color: '#7A7E8A'

red 122 ◦ green 126 ◦ blue 138

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

Shades of Storm Grey #7A7E8A

Tints of Storm Grey #7A7E8A

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.3% from 255) = 35.75%

R = 31.61%
G = 32.64%
B = 35.75%

CMYK

 C value IS 0.12

 M value IS 0.09

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7A7E8A (or 0x7A7E8A) is known color: 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

RGB 122 126 138 -
CMYK 0.12 0.09 0 0.46
HSL 225º 0.06% 0.51% -
HSV(B) 225º 0.12% 0.54% -
XYZ 20.07 20.89 27.02 -
YUV 126.17 134.67 125.02 -
System Red Green Blue C M Y K H S L
Decimal 122 126 138 0.12 0.09 0 0.46 225 0.06 0.51
Hex 7A 7E 8A C 9 0 2E E1 6 33
Octal 172 176 212 14 11 0 56 341 6 63
Binary 1111010 1111110 10001010 1100 1001 0 101110 11100001 110 110011

Color Harmonies of #7A7E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7E8A

Black with #7A7E8A

Text Example


Text Example

White with #7A7E8A

Text Example


Text Example

HTML Codes & Css Web 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>