#78A1AE

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

Shades of Ziggurat #78A1AE

Tints of Ziggurat #78A1AE

Color information

#78A1AE (or 0x78A1AE) is unknown color: approx Ziggurat. HEX triplet: 78, A1 and AE. RGB value is (120,161,174). Sum of RGB (Red+Green+Blue) = 120+161+174=455 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.37% from 455); Green value is 161 (63.28% from 255 or 35.38% from 455); Blue value is 174 (68.36% from 255 or 38.24% from 455); Max value from RGB is 174 - color contains mainly: blue. Hex color #78A1AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A1AE is #875E51. Grayscale: #969696. Windows color (decimal): -8871506 or 11444600. OLE color: 11444600.

HSL color Cylindrical-coordinate representation of color #78A1AE: hue angle of 194.44º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #78A1AE is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB120161174-
CMYK0.310.0700.32
HSL194.44º25%57.65%-
HSV(B)194.44º31.03%68.24%-
XYZ28.1332.5444.84-
YUV150.22141.42106.44-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.37%
GREEN value IS 161 (63.28% from 255) = 35.38%
BLUE value IS 174 (68.36% from 255) = 38.24%
R=26.37%
G=35.38%
B=38.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1201611740.310.0700.32194.442557.65
Hex78A1AE1F7020c2193a
Octal1702412563770403023172
Binary111100010100001101011101111111101000001100001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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