Html Css Color HEX #7A7A7C Storm Grey

📋 copy color: '#7A7A7C'

red 122 ◦ green 122 ◦ blue 124

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

Shades of Storm Grey #7A7A7C

Tints of Storm Grey #7A7A7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.7%

R = 33.15%
G = 33.15%
B = 33.7%

CMYK

 C value IS 0.02

 M value IS 0.02

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#7A7A7C (or 0x7A7A7C) is known color: Storm Grey. HEX triplet: 7A, 7A and 7C. RGB value is (122,122,124). Sum of RGB (Red+Green+Blue) = 122+122+124=368 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.15% from 368); Green value is 122 (48.05% from 255 or 33.15% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 124 - color contains mainly: blue. Hex color #7A7A7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7A7C is #858583. Grayscale: #7A7A7A. Windows color (decimal): -8750468 or 8157818. OLE color: 8157818.

HSL color Cylindrical-coordinate representation of color #7A7A7C: hue angle of 240º degrees, saturation: 0.01, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #7A7A7C is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 122 122 124 -
CMYK 0.02 0.02 0 0.51
HSL 240º 0.01% 0.48% -
HSV(B) 240º 0.02% 0.49% -
XYZ 18.62 19.51 21.85 -
YUV 122.23 129 127.84 -
System Red Green Blue C M Y K H S L
Decimal 122 122 124 0.02 0.02 0 0.51 240 0.01 0.48
Hex 7A 7A 7C 2 2 0 33 F0 1 30
Octal 172 172 174 2 2 0 63 360 1 60
Binary 1111010 1111010 1111100 10 10 0 110011 11110000 1 110000

Color Harmonies of #7A7A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7A7C

Black with #7A7A7C

Text Example


Text Example

White with #7A7A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,122,124); }

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

background-color css

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

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

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

border-color css

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

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

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