#78999C

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

Shades of Ziggurat #78999C

Tints of Ziggurat #78999C

Color information

#78999C (or 0x78999C) is unknown color: approx Ziggurat. HEX triplet: 78, 99 and 9C. RGB value is (120,153,156). Sum of RGB (Red+Green+Blue) = 120+153+156=429 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.97% from 429); Green value is 153 (60.16% from 255 or 35.66% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 156 - color contains mainly: blue. Hex color #78999C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78999C is #876663. Grayscale: #8F8F8F. Windows color (decimal): -8873572 or 10262904. OLE color: 10262904.

HSL color Cylindrical-coordinate representation of color #78999C: hue angle of 185º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #78999C is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB120153156-
CMYK0.230.0200.39
HSL185º15.38%54.12%-
HSV(B)185º23.08%61.18%-
XYZ25.1429.1835.76-
YUV143.48135.07111.26-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.97%
GREEN value IS 153 (60.16% from 255) = 35.66%
BLUE value IS 156 (61.33% from 255) = 36.36%
R=27.97%
G=35.66%
B=36.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1201531560.230.0200.3918515.3854.12
Hex78999C172027b9f36
Octal1702312342720472711766
Binary1111000100110011001110010111100100111101110011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78999C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78999C; }

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

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

<style>
 a { background-color: #78999C; }

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

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

<style>
 span { border-color: #78999C; }

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

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