#78A4B2

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

Shades of Ziggurat #78A4B2

Tints of Ziggurat #78A4B2

Color information

#78A4B2 (or 0x78A4B2) is unknown color: approx Ziggurat. HEX triplet: 78, A4 and B2. RGB value is (120,164,178). Sum of RGB (Red+Green+Blue) = 120+164+178=462 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.97% from 462); Green value is 164 (64.45% from 255 or 35.50% from 462); Blue value is 178 (69.92% from 255 or 38.53% from 462); Max value from RGB is 178 - color contains mainly: blue. Hex color #78A4B2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A4B2 is #875B4D. Grayscale: #989898. Windows color (decimal): -8870734 or 11707512. OLE color: 11707512.

HSL color Cylindrical-coordinate representation of color #78A4B2: hue angle of 194.48º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #78A4B2 is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB120164178-
CMYK0.330.0800.30
HSL194.48º27.36%58.43%-
HSV(B)194.48º32.58%69.8%-
XYZ29.0633.7647.1-
YUV152.44142.42104.86-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.97%
GREEN value IS 164 (64.45% from 255) = 35.50%
BLUE value IS 178 (69.92% from 255) = 38.53%
R=25.97%
G=35.50%
B=38.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1201641780.330.0800.30194.4827.3658.43
Hex78A4B221801Ec21b3a
Octal17024426241100363023372
Binary1111000101001001011001010000110000111101100001011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A4B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,164,178); }

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

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

 a { background-color: rgb(120,164,178); }

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

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

 span { border-color: rgb(120,164,178); }

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