Html Css Color HEX #7A979D Ziggurat

📋 copy color: '#7A979D'

red 122 ◦ green 151 ◦ blue 157

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

Shades of Ziggurat #7A979D

Tints of Ziggurat #7A979D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.12%

 BLUE value IS 157 (61.72% from 255) = 36.51%

R = 28.37%
G = 35.12%
B = 36.51%

CMYK

 C value IS 0.22

 M value IS 0.04

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7A979D (or 0x7A979D) is known color: Ziggurat. HEX triplet: 7A, 97 and 9D. RGB value is (122,151,157). Sum of RGB (Red+Green+Blue) = 122+151+157=430 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.37% from 430); Green value is 151 (59.38% from 255 or 35.12% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 157 - color contains mainly: blue. Hex color #7A979D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A979D is #856862. Grayscale: #8E8E8E. Windows color (decimal): -8743011 or 10327930. OLE color: 10327930.

HSL color Cylindrical-coordinate representation of color #7A979D: hue angle of 190.29º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7A979D is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 122 151 157 -
CMYK 0.22 0.04 0 0.38
HSL 190.29º 0.15% 0.55% -
HSV(B) 190.29º 0.22% 0.62% -
XYZ 25.18 28.71 36.11 -
YUV 143.01 135.89 113.01 -
System Red Green Blue C M Y K H S L
Decimal 122 151 157 0.22 0.04 0 0.38 190.29 0.15 0.55
Hex 7A 97 9D 16 4 0 26 BE F 37
Octal 172 227 235 26 4 0 46 276 17 67
Binary 1111010 10010111 10011101 10110 100 0 100110 10111110 1111 110111

Color Harmonies of #7A979D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A979D

Black with #7A979D

Text Example


Text Example

White with #7A979D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,151,157); }

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

background-color css

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

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

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

border-color css

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

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

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