#7A979C

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

Shades of Ziggurat #7A979C

Tints of Ziggurat #7A979C

Color information

#7A979C (or 0x7A979C) is unknown color: approx Ziggurat. HEX triplet: 7A, 97 and 9C. RGB value is (122,151,156). Sum of RGB (Red+Green+Blue) = 122+151+156=429 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.44% from 429); Green value is 151 (59.38% from 255 or 35.20% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 156 - color contains mainly: blue. Hex color #7A979C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A979C is #856863. Grayscale: #8E8E8E. Windows color (decimal): -8743012 or 10262394. OLE color: 10262394.

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

Color convert

RGB122151156-
CMYK0.220.0300.39
HSL188.82º14.66%54.51%-
HSV(B)188.82º21.79%61.18%-
XYZ25.0928.6735.66-
YUV142.9135.39113.09-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.44%
GREEN value IS 151 (59.38% from 255) = 35.20%
BLUE value IS 156 (61.33% from 255) = 36.36%
R=28.44%
G=35.20%
B=36.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1221511560.220.0300.39188.8214.6654.51
Hex7A979C163027bdf37
Octal1722272342630472751767
Binary1111010100101111001110010110110100111101111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A979C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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