#79989D

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

Shades of Ziggurat #79989D

Tints of Ziggurat #79989D

Color information

#79989D (or 0x79989D) is unknown color: approx Ziggurat. HEX triplet: 79, 98 and 9D. RGB value is (121,152,157). Sum of RGB (Red+Green+Blue) = 121+152+157=430 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.14% from 430); Green value is 152 (59.77% from 255 or 35.35% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 157 - color contains mainly: blue. Hex color #79989D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79989D is #866762. Grayscale: #8F8F8F. Windows color (decimal): -8808291 or 10328185. OLE color: 10328185.

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

Color convert

RGB121152157-
CMYK0.230.0300.38
HSL188.33º15.52%54.51%-
HSV(B)188.33º22.93%61.57%-
XYZ25.228.9636.16-
YUV143.3135.73112.09-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.14%
GREEN value IS 152 (59.77% from 255) = 35.35%
BLUE value IS 157 (61.72% from 255) = 36.51%
R=28.14%
G=35.35%
B=36.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1211521570.230.0300.38188.3315.5254.51
Hex79989D173026bc1037
Octal1712302352730462742067
Binary11110011001100010011101101111101001101011110010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79989D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79989D; }

 p { color: rgb(121,152,157); }

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

<style>
 a { background-color: #79989D; }

 a { background-color: rgb(121,152,157); }

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

<style>
 span { border-color: #79989D; }

 span { border-color: rgb(121,152,157); }

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