#79999D

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

Shades of Ziggurat #79999D

Tints of Ziggurat #79999D

Color information

#79999D (or 0x79999D) is unknown color: approx Ziggurat. HEX triplet: 79, 99 and 9D. RGB value is (121,153,157). Sum of RGB (Red+Green+Blue) = 121+153+157=431 (57% of max value = 765). Red value is 121 (47.66% from 255 or 28.07% from 431); Green value is 153 (60.16% from 255 or 35.50% from 431); Blue value is 157 (61.72% from 255 or 36.43% from 431); Max value from RGB is 157 - color contains mainly: blue. Hex color #79999D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79999D is #866662. Grayscale: #8F8F8F. Windows color (decimal): -8808035 or 10328441. OLE color: 10328441.

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

Color convert

RGB121153157-
CMYK0.230.0300.38
HSL186.67º15.52%54.51%-
HSV(B)186.67º22.93%61.57%-
XYZ25.3629.2836.21-
YUV143.89135.4111.67-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.07%
GREEN value IS 153 (60.16% from 255) = 35.50%
BLUE value IS 157 (61.72% from 255) = 36.43%
R=28.07%
G=35.50%
B=36.43%

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
Decimal1211531570.230.0300.38186.6715.5254.51
Hex79999D173026bb1037
Octal1712312352730462732067
Binary11110011001100110011101101111101001101011101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79999D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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