#79A4AD

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

Shades of Ziggurat #79A4AD

Tints of Ziggurat #79A4AD

Color information

#79A4AD (or 0x79A4AD) is unknown color: approx Ziggurat. HEX triplet: 79, A4 and AD. RGB value is (121,164,173). Sum of RGB (Red+Green+Blue) = 121+164+173=458 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.42% from 458); Green value is 164 (64.45% from 255 or 35.81% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 173 - color contains mainly: blue. Hex color #79A4AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79A4AD is #865B52. Grayscale: #989898. Windows color (decimal): -8805203 or 11379833. OLE color: 11379833.

HSL color Cylindrical-coordinate representation of color #79A4AD: hue angle of 190.38º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #79A4AD is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB121164173-
CMYK0.300.0500.32
HSL190.38º24.07%57.65%-
HSV(B)190.38º30.06%67.84%-
XYZ28.733.6344.51-
YUV152.17139.75105.77-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.42%
GREEN value IS 164 (64.45% from 255) = 35.81%
BLUE value IS 173 (67.97% from 255) = 37.77%
R=26.42%
G=35.81%
B=37.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1211641730.300.0500.32190.3824.0757.65
Hex79A4AD1E5020be183a
Octal1712442553650402763072
Binary111100110100100101011011111010101000001011111011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,164,173); }

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

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

 a { background-color: rgb(121,164,173); }

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

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

 span { border-color: rgb(121,164,173); }

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