Html Css Color HEX #7A7A8B Storm Grey

📋 copy color: '#7A7A8B'

red 122 ◦ green 122 ◦ blue 139

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

Shades of Storm Grey #7A7A8B

Tints of Storm Grey #7A7A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.29%

R = 31.85%
G = 31.85%
B = 36.29%

CMYK

 C value IS 0.12

 M value IS 0.12

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7A7A8B (or 0x7A7A8B) is known color: Storm Grey. HEX triplet: 7A, 7A and 8B. RGB value is (122,122,139). Sum of RGB (Red+Green+Blue) = 122+122+139=383 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.85% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 139 - color contains mainly: blue. Hex color #7A7A8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7A8B is #858574. Grayscale: #7B7B7B. Windows color (decimal): -8750453 or 9140858. OLE color: 9140858.

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

Color convert

RGB 122 122 139 -
CMYK 0.12 0.12 0 0.45
HSL 240º 0.07% 0.51% -
HSV(B) 240º 0.12% 0.55% -
XYZ 19.65 19.92 27.24 -
YUV 123.94 136.5 126.62 -
System Red Green Blue C M Y K H S L
Decimal 122 122 139 0.12 0.12 0 0.45 240 0.07 0.51
Hex 7A 7A 8B C C 0 2D F0 7 33
Octal 172 172 213 14 14 0 55 360 7 63
Binary 1111010 1111010 10001011 1100 1100 0 101101 11110000 111 110011

Color Harmonies of #7A7A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7A8B

Black with #7A7A8B

Text Example


Text Example

White with #7A7A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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