#78A0AA

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

Shades of Ziggurat #78A0AA

Tints of Ziggurat #78A0AA

Color information

#78A0AA (or 0x78A0AA) is unknown color: approx Ziggurat. HEX triplet: 78, A0 and AA. RGB value is (120,160,170). Sum of RGB (Red+Green+Blue) = 120+160+170=450 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.67% from 450); Green value is 160 (62.89% from 255 or 35.56% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 170 - color contains mainly: blue. Hex color #78A0AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A0AA is #875F55. Grayscale: #959595. Windows color (decimal): -8871766 or 11182200. OLE color: 11182200.

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

Color convert

RGB120160170-
CMYK0.290.0600.33
HSL192º22.73%56.86%-
HSV(B)192º29.41%66.67%-
XYZ27.5732.0442.76-
YUV149.18139.75107.19-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.67%
GREEN value IS 160 (62.89% from 255) = 35.56%
BLUE value IS 170 (66.80% from 255) = 37.78%
R=26.67%
G=35.56%
B=37.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1201601700.290.0600.3319222.7356.86
Hex78A0AA1D6021c01739
Octal1702402523560413002771
Binary111100010100000101010101110111001000011100000010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,160,170); }

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

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

 a { background-color: rgb(120,160,170); }

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

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

 span { border-color: rgb(120,160,170); }

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