#79A0AC

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

Shades of Ziggurat #79A0AC

Tints of Ziggurat #79A0AC

Color information

#79A0AC (or 0x79A0AC) is unknown color: approx Ziggurat. HEX triplet: 79, A0 and AC. RGB value is (121,160,172). Sum of RGB (Red+Green+Blue) = 121+160+172=453 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.71% from 453); Green value is 160 (62.89% from 255 or 35.32% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 172 - color contains mainly: blue. Hex color #79A0AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79A0AC is #865F53. Grayscale: #959595. Windows color (decimal): -8806228 or 11313273. OLE color: 11313273.

HSL color Cylindrical-coordinate representation of color #79A0AC: hue angle of 194.12º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #79A0AC is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB121160172-
CMYK0.300.0700.33
HSL194.12º23.5%57.45%-
HSV(B)194.12º29.65%67.45%-
XYZ27.932.1943.77-
YUV149.71140.58107.52-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.71%
GREEN value IS 160 (62.89% from 255) = 35.32%
BLUE value IS 172 (67.58% from 255) = 37.97%
R=26.71%
G=35.32%
B=37.97%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211601720.300.0700.33194.1223.557.45
Hex79A0AC1E7021c21839
Octal1712402543670413023071
Binary111100110100000101011001111011101000011100001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79A0AC; }

 p { color: rgb(121,160,172); }

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

<style>
 a { background-color: #79A0AC; }

 a { background-color: rgb(121,160,172); }

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

<style>
 span { border-color: #79A0AC; }

 span { border-color: rgb(121,160,172); }

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