#799AA1

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

Shades of Ziggurat #799AA1

Tints of Ziggurat #799AA1

Color information

#799AA1 (or 0x799AA1) is unknown color: approx Ziggurat. HEX triplet: 79, 9A and A1. RGB value is (121,154,161). Sum of RGB (Red+Green+Blue) = 121+154+161=436 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.75% from 436); Green value is 154 (60.55% from 255 or 35.32% from 436); Blue value is 161 (63.28% from 255 or 36.93% from 436); Max value from RGB is 161 - color contains mainly: blue. Hex color #799AA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799AA1 is #86655E. Grayscale: #909090. Windows color (decimal): -8807775 or 10590841. OLE color: 10590841.

HSL color Cylindrical-coordinate representation of color #799AA1: hue angle of 190.5º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #799AA1 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB121154161-
CMYK0.250.0400.37
HSL190.5º17.54%55.29%-
HSV(B)190.5º24.84%63.14%-
XYZ25.8729.7538.1-
YUV144.93137.07110.93-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.75%
GREEN value IS 154 (60.55% from 255) = 35.32%
BLUE value IS 161 (63.28% from 255) = 36.93%
R=27.75%
G=35.32%
B=36.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1211541610.250.0400.37190.517.5455.29
Hex799AA1194025be1237
Octal1712322413140452762267
Binary111100110011010101000011100110001001011011111010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799AA1; }

 p { color: rgb(121,154,161); }

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

<style>
 a { background-color: #799AA1; }

 a { background-color: rgb(121,154,161); }

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

<style>
 span { border-color: #799AA1; }

 span { border-color: rgb(121,154,161); }

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