#799B9E

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

Shades of Ziggurat #799B9E

Tints of Ziggurat #799B9E

Color information

#799B9E (or 0x799B9E) is unknown color: approx Ziggurat. HEX triplet: 79, 9B and 9E. RGB value is (121,155,158). Sum of RGB (Red+Green+Blue) = 121+155+158=434 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.88% from 434); Green value is 155 (60.94% from 255 or 35.71% from 434); Blue value is 158 (62.11% from 255 or 36.41% from 434); Max value from RGB is 158 - color contains mainly: blue. Hex color #799B9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799B9E is #866461. Grayscale: #919191. Windows color (decimal): -8807522 or 10394489. OLE color: 10394489.

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

Color convert

RGB121155158-
CMYK0.230.0200.38
HSL184.86º16.02%54.71%-
HSV(B)184.86º23.42%61.96%-
XYZ25.7829.9836.78-
YUV145.18135.24110.76-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.88%
GREEN value IS 155 (60.94% from 255) = 35.71%
BLUE value IS 158 (62.11% from 255) = 36.41%
R=27.88%
G=35.71%
B=36.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1211551580.230.0200.38184.8616.0254.71
Hex799B9E172026b91037
Octal1712332362720462712067
Binary11110011001101110011110101111001001101011100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799B9E; }

 p { color: rgb(121,155,158); }

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

<style>
 a { background-color: #799B9E; }

 a { background-color: rgb(121,155,158); }

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

<style>
 span { border-color: #799B9E; }

 span { border-color: rgb(121,155,158); }

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