#789CA5

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

Shades of Ziggurat #789CA5

Tints of Ziggurat #789CA5

Color information

#789CA5 (or 0x789CA5) is unknown color: approx Ziggurat. HEX triplet: 78, 9C and A5. RGB value is (120,156,165). Sum of RGB (Red+Green+Blue) = 120+156+165=441 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.21% from 441); Green value is 156 (61.33% from 255 or 35.37% from 441); Blue value is 165 (64.84% from 255 or 37.41% from 441); Max value from RGB is 165 - color contains mainly: blue. Hex color #789CA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789CA5 is #87635A. Grayscale: #929292. Windows color (decimal): -8872795 or 10853496. OLE color: 10853496.

HSL color Cylindrical-coordinate representation of color #789CA5: hue angle of 192º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #789CA5 is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB120156165-
CMYK0.270.0500.35
HSL192º20%55.88%-
HSV(B)192º27.27%64.71%-
XYZ26.4330.4940.09-
YUV146.26138.57109.27-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.21%
GREEN value IS 156 (61.33% from 255) = 35.37%
BLUE value IS 165 (64.84% from 255) = 37.41%
R=27.21%
G=35.37%
B=37.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1201561650.270.0500.351922055.88
Hex789CA51B5023c01438
Octal1702342453350433002470
Binary111100010011100101001011101110101000111100000010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789CA5; }

 p { color: rgb(120,156,165); }

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

<style>
 a { background-color: #789CA5; }

 a { background-color: rgb(120,156,165); }

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

<style>
 span { border-color: #789CA5; }

 span { border-color: rgb(120,156,165); }

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