#79A2AF

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

Shades of Ziggurat #79A2AF

Tints of Ziggurat #79A2AF

Color information

#79A2AF (or 0x79A2AF) is unknown color: approx Ziggurat. HEX triplet: 79, A2 and AF. RGB value is (121,162,175). Sum of RGB (Red+Green+Blue) = 121+162+175=458 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.42% from 458); Green value is 162 (63.67% from 255 or 35.37% from 458); Blue value is 175 (68.75% from 255 or 38.21% from 458); Max value from RGB is 175 - color contains mainly: blue. Hex color #79A2AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79A2AF is #865D50. Grayscale: #979797. Windows color (decimal): -8805713 or 11510393. OLE color: 11510393.

HSL color Cylindrical-coordinate representation of color #79A2AF: hue angle of 194.44º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #79A2AF is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB121162175-
CMYK0.310.0700.31
HSL194.44º25.23%58.04%-
HSV(B)194.44º30.86%68.63%-
XYZ28.543345.42-
YUV151.22141.42106.44-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.42%
GREEN value IS 162 (63.67% from 255) = 35.37%
BLUE value IS 175 (68.75% from 255) = 38.21%
R=26.42%
G=35.37%
B=38.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1211621750.310.0700.31194.4425.2358.04
Hex79A2AF1F701Fc2193a
Octal1712422573770373023172
Binary11110011010001010101111111111110111111100001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,162,175); }

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

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

 a { background-color: rgb(121,162,175); }

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

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

 span { border-color: rgb(121,162,175); }

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