#78989E

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

Shades of Ziggurat #78989E

Tints of Ziggurat #78989E

Color information

#78989E (or 0x78989E) is unknown color: approx Ziggurat. HEX triplet: 78, 98 and 9E. RGB value is (120,152,158). Sum of RGB (Red+Green+Blue) = 120+152+158=430 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.91% from 430); Green value is 152 (59.77% from 255 or 35.35% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 158 - color contains mainly: blue. Hex color #78989E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78989E is #876761. Grayscale: #8F8F8F. Windows color (decimal): -8873826 or 10393720. OLE color: 10393720.

HSL color Cylindrical-coordinate representation of color #78989E: hue angle of 189.47º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #78989E is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB120152158-
CMYK0.240.0400.38
HSL189.47º16.38%54.51%-
HSV(B)189.47º24.05%61.96%-
XYZ25.1528.9236.6-
YUV143.12136.4111.51-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.91%
GREEN value IS 152 (59.77% from 255) = 35.35%
BLUE value IS 158 (62.11% from 255) = 36.74%
R=27.91%
G=35.35%
B=36.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1201521580.240.0400.38189.4716.3854.51
Hex78989E184026bd1037
Octal1702302363040462752067
Binary111100010011000100111101100010001001101011110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78989E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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