#78A1AB

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

Shades of Ziggurat #78A1AB

Tints of Ziggurat #78A1AB

Color information

#78A1AB (or 0x78A1AB) is unknown color: approx Ziggurat. HEX triplet: 78, A1 and AB. RGB value is (120,161,171). Sum of RGB (Red+Green+Blue) = 120+161+171=452 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.55% from 452); Green value is 161 (63.28% from 255 or 35.62% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 171 - color contains mainly: blue. Hex color #78A1AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A1AB is #875E54. Grayscale: #959595. Windows color (decimal): -8871509 or 11247992. OLE color: 11247992.

HSL color Cylindrical-coordinate representation of color #78A1AB: hue angle of 191.76º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #78A1AB is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB120161171-
CMYK0.300.0600.33
HSL191.76º23.29%57.06%-
HSV(B)191.76º29.82%67.06%-
XYZ27.8432.4243.32-
YUV149.88139.92106.69-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.55%
GREEN value IS 161 (63.28% from 255) = 35.62%
BLUE value IS 171 (67.19% from 255) = 37.83%
R=26.55%
G=35.62%
B=37.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1201611710.300.0600.33191.7623.2957.06
Hex78A1AB1E6021c01739
Octal1702412533660413002771
Binary111100010100001101010111111011001000011100000010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78A1AB; }

 p { color: rgb(120,161,171); }

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

<style>
 a { background-color: #78A1AB; }

 a { background-color: rgb(120,161,171); }

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

<style>
 span { border-color: #78A1AB; }

 span { border-color: rgb(120,161,171); }

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