#7CAAB2

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

Shades of Ziggurat #7CAAB2

Tints of Ziggurat #7CAAB2

Color information

#7CAAB2 (or 0x7CAAB2) is unknown color: approx Ziggurat. HEX triplet: 7C, AA and B2. RGB value is (124,170,178). Sum of RGB (Red+Green+Blue) = 124+170+178=472 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.27% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 178 (69.92% from 255 or 37.71% from 472); Max value from RGB is 178 - color contains mainly: blue. Hex color #7CAAB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAAB2 is #83554D. Grayscale: #9D9D9D. Windows color (decimal): -8607054 or 11709052. OLE color: 11709052.

HSL color Cylindrical-coordinate representation of color #7CAAB2: hue angle of 188.89º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7CAAB2 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB124170178-
CMYK0.300.0400.30
HSL188.89º25.96%59.22%-
HSV(B)188.89º30.34%69.8%-
XYZ30.7236.2547.5-
YUV157.16139.76104.35-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.27%
GREEN value IS 170 (66.80% from 255) = 36.02%
BLUE value IS 178 (69.92% from 255) = 37.71%
R=26.27%
G=36.02%
B=37.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1241701780.300.0400.30188.8925.9659.22
Hex7CAAB21E401Ebd1a3b
Octal1742522623640362753273
Binary11111001010101010110010111101000111101011110111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7CAAB2; }

 p { color: rgb(124,170,178); }

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

<style>
 a { background-color: #7CAAB2; }

 a { background-color: rgb(124,170,178); }

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

<style>
 span { border-color: #7CAAB2; }

 span { border-color: rgb(124,170,178); }

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