#78989C

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

Shades of Ziggurat #78989C

Tints of Ziggurat #78989C

Color information

#78989C (or 0x78989C) is unknown color: approx Ziggurat. HEX triplet: 78, 98 and 9C. RGB value is (120,152,156). Sum of RGB (Red+Green+Blue) = 120+152+156=428 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.04% from 428); Green value is 152 (59.77% from 255 or 35.51% from 428); Blue value is 156 (61.33% from 255 or 36.45% from 428); Max value from RGB is 156 - color contains mainly: blue. Hex color #78989C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78989C is #876763. Grayscale: #8E8E8E. Windows color (decimal): -8873828 or 10262648. OLE color: 10262648.

HSL color Cylindrical-coordinate representation of color #78989C: hue angle of 186.67º 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 #78989C is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB120152156-
CMYK0.230.0300.39
HSL186.67º15.38%54.12%-
HSV(B)186.67º23.08%61.18%-
XYZ24.9728.8535.7-
YUV142.89135.4111.67-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.04%
GREEN value IS 152 (59.77% from 255) = 35.51%
BLUE value IS 156 (61.33% from 255) = 36.45%
R=28.04%
G=35.51%
B=36.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1201521560.230.0300.39186.6715.3854.12
Hex78989C173027bbf36
Octal1702302342730472731766
Binary1111000100110001001110010111110100111101110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78989C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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