Html Css Color HEX #79A4AD Ziggurat

📋 copy color: '#79A4AD'

red 121 ◦ green 164 ◦ blue 173

#79A4AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ziggurat #79A4AD

Tints of Ziggurat #79A4AD

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 value IS 0.30

 M value IS 0.05

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#79A4AD (or 0x79A4AD) is known color: 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

RGB 121 164 173 -
CMYK 0.30 0.05 0 0.32
HSL 190.38º 0.24% 0.58% -
HSV(B) 190.38º 0.3% 0.68% -
XYZ 28.7 33.63 44.51 -
YUV 152.17 139.75 105.77 -
System Red Green Blue C M Y K H S L
Decimal 121 164 173 0.30 0.05 0 0.32 190.38 0.24 0.58
Hex 79 A4 AD 1E 5 0 20 BE 18 3A
Octal 171 244 255 36 5 0 40 276 30 72
Binary 1111001 10100100 10101101 11110 101 0 100000 10111110 11000 111010

Color Harmonies of #79A4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79A4AD

Black with #79A4AD

Text Example


Text Example

White with #79A4AD

Text Example


Text Example

HTML Codes & Css Web 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>