#789A9F

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

Shades of Ziggurat #789A9F

Tints of Ziggurat #789A9F

Color information

#789A9F (or 0x789A9F) is unknown color: approx Ziggurat. HEX triplet: 78, 9A and 9F. RGB value is (120,154,159). Sum of RGB (Red+Green+Blue) = 120+154+159=433 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.71% from 433); Green value is 154 (60.55% from 255 or 35.57% from 433); Blue value is 159 (62.5% from 255 or 36.72% from 433); Max value from RGB is 159 - color contains mainly: blue. Hex color #789A9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789A9F is #876560. Grayscale: #909090. Windows color (decimal): -8873313 or 10459768. OLE color: 10459768.

HSL color Cylindrical-coordinate representation of color #789A9F: hue angle of 187.69º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #789A9F is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB120154159-
CMYK0.250.0300.38
HSL187.69º16.88%54.71%-
HSV(B)187.69º24.53%62.35%-
XYZ25.5629.6137.17-
YUV144.4136.24110.59-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.71%
GREEN value IS 154 (60.55% from 255) = 35.57%
BLUE value IS 159 (62.5% from 255) = 36.72%
R=27.71%
G=35.57%
B=36.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1201541590.250.0300.38187.6916.8854.71
Hex789A9F193026bc1137
Octal1702322373130462742167
Binary11110001001101010011111110011101001101011110010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,154,159); }

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

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

 a { background-color: rgb(120,154,159); }

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

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

 span { border-color: rgb(120,154,159); }

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