#79989C

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

Shades of Ziggurat #79989C

Tints of Ziggurat #79989C

Color information

#79989C (or 0x79989C) is unknown color: approx Ziggurat. HEX triplet: 79, 98 and 9C. RGB value is (121,152,156). Sum of RGB (Red+Green+Blue) = 121+152+156=429 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.21% from 429); Green value is 152 (59.77% from 255 or 35.43% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 156 - color contains mainly: blue. Hex color #79989C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79989C is #866763. Grayscale: #8F8F8F. Windows color (decimal): -8808292 or 10262649. OLE color: 10262649.

HSL color Cylindrical-coordinate representation of color #79989C: hue angle of 186.86º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #79989C is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB121152156-
CMYK0.220.0300.39
HSL186.86º15.02%54.31%-
HSV(B)186.86º22.44%61.18%-
XYZ25.1128.9235.71-
YUV143.19135.23112.17-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.21%
GREEN value IS 152 (59.77% from 255) = 35.43%
BLUE value IS 156 (61.33% from 255) = 36.36%
R=28.21%
G=35.43%
B=36.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1211521560.220.0300.39186.8615.0254.31
Hex79989C163027bbf36
Octal1712302342630472731766
Binary1111001100110001001110010110110100111101110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79989C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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