#78999E

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

Shades of Ziggurat #78999E

Tints of Ziggurat #78999E

Color information

#78999E (or 0x78999E) is unknown color: approx Ziggurat. HEX triplet: 78, 99 and 9E. RGB value is (120,153,158). Sum of RGB (Red+Green+Blue) = 120+153+158=431 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.84% from 431); Green value is 153 (60.16% from 255 or 35.50% from 431); Blue value is 158 (62.11% from 255 or 36.66% from 431); Max value from RGB is 158 - color contains mainly: blue. Hex color #78999E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78999E is #876661. Grayscale: #8F8F8F. Windows color (decimal): -8873570 or 10393976. OLE color: 10393976.

HSL color Cylindrical-coordinate representation of color #78999E: hue angle of 187.89º 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 #78999E is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB120153158-
CMYK0.240.0300.38
HSL187.89º16.38%54.51%-
HSV(B)187.89º24.05%61.96%-
XYZ25.3129.2436.66-
YUV143.7136.07111.09-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.84%
GREEN value IS 153 (60.16% from 255) = 35.50%
BLUE value IS 158 (62.11% from 255) = 36.66%
R=27.84%
G=35.50%
B=36.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1201531580.240.0300.38187.8916.3854.51
Hex78999E183026bc1037
Octal1702312363030462742067
Binary11110001001100110011110110001101001101011110010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78999E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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