#79A3AF

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

Shades of Ziggurat #79A3AF

Tints of Ziggurat #79A3AF

Color information

#79A3AF (or 0x79A3AF) is unknown color: approx Ziggurat. HEX triplet: 79, A3 and AF. RGB value is (121,163,175). Sum of RGB (Red+Green+Blue) = 121+163+175=459 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.36% from 459); Green value is 163 (64.06% from 255 or 35.51% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 175 - color contains mainly: blue. Hex color #79A3AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79A3AF is #865C50. Grayscale: #979797. Windows color (decimal): -8805457 or 11510649. OLE color: 11510649.

HSL color Cylindrical-coordinate representation of color #79A3AF: hue angle of 193.33º 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 #79A3AF is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB121163175-
CMYK0.310.0700.31
HSL193.33º25.23%58.04%-
HSV(B)193.33º30.86%68.63%-
XYZ28.7233.3545.48-
YUV151.81141.09106.02-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.36%
GREEN value IS 163 (64.06% from 255) = 35.51%
BLUE value IS 175 (68.75% from 255) = 38.13%
R=26.36%
G=35.51%
B=38.13%

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
Decimal1211631750.310.0700.31193.3325.2358.04
Hex79A3AF1F701Fc1193a
Octal1712432573770373013172
Binary11110011010001110101111111111110111111100000111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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