#799CA2

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

Shades of Ziggurat #799CA2

Tints of Ziggurat #799CA2

Color information

#799CA2 (or 0x799CA2) is unknown color: approx Ziggurat. HEX triplet: 79, 9C and A2. RGB value is (121,156,162). Sum of RGB (Red+Green+Blue) = 121+156+162=439 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.56% from 439); Green value is 156 (61.33% from 255 or 35.54% from 439); Blue value is 162 (63.67% from 255 or 36.90% from 439); Max value from RGB is 162 - color contains mainly: blue. Hex color #799CA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799CA2 is #86635D. Grayscale: #929292. Windows color (decimal): -8807262 or 10656889. OLE color: 10656889.

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

Color convert

RGB121156162-
CMYK0.250.0400.36
HSL188.78º18.06%55.49%-
HSV(B)188.78º25.31%63.53%-
XYZ26.330.4538.67-
YUV146.22136.9110.01-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.56%
GREEN value IS 156 (61.33% from 255) = 35.54%
BLUE value IS 162 (63.67% from 255) = 36.90%
R=27.56%
G=35.54%
B=36.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1211561620.250.0400.36188.7818.0655.49
Hex799CA2194024bd1237
Octal1712342423140442752267
Binary111100110011100101000101100110001001001011110110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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