Shades of Ziggurat #769AA2
Tints of Ziggurat #769AA2
RGB
CMYK
RGB Variations
Color information
#769AA2 (or 0x769AA2) is known color: Ziggurat. HEX triplet: 76, 9A and A2. RGB value is (118,154,162). Sum of RGB (Red+Green+Blue) = 118+154+162=434 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.19% from 434); Green value is 154 (60.55% from 255 or 35.48% from 434); Blue value is 162 (63.67% from 255 or 37.33% from 434); Max value from RGB is 162 - color contains mainly: blue. Hex color #769AA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769AA2 is #89655D. Grayscale: #909090. Windows color (decimal): -9004382 or 10656374. OLE color: 10656374.
HSL color Cylindrical-coordinate representation of color #769AA2: hue angle of 190.91º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #769AA2 is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 118 | 154 | 162 | - |
| CMYK | 0.27 | 0.05 | 0 | 0.36 |
| HSL | 190.91º | 0.19% | 0.55% | - |
| HSV(B) | 190.91º | 0.27% | 0.64% | - |
| XYZ | 25.55 | 29.57 | 38.54 | - |
| YUV | 144.15 | 138.07 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 154 | 162 | 0.27 | 0.05 | 0 | 0.36 | 190.91 | 0.19 | 0.55 |
| Hex | 76 | 9A | A2 | 1B | 5 | 0 | 24 | BF | 13 | 37 |
| Octal | 166 | 232 | 242 | 33 | 5 | 0 | 44 | 277 | 23 | 67 |
| Binary | 1110110 | 10011010 | 10100010 | 11011 | 101 | 0 | 100100 | 10111111 | 10011 | 110111 |
Color Harmonies of #769AA2
Complementary color
Monochromatic Colors of #769AA2
Black with #769AA2
Text Example
Text Example
White with #769AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769AA2; }
p { color: rgb(118,154,162); }
H1.HeaderClassName
{
color: #769AA2;
}
.AnyTagClassName
{
color: #769AA2;
}
</style>
background-color css
<style>
a { background-color: #769AA2; }
a { background-color: rgb(118,154,162); }
div.DivClassName
{
background-color: #769AA2;
}
.BgClassName
{
background-color: #769AA2;
}
</style>
border-color css
<style>
span { border-color: #769AA2; }
span { border-color: rgb(118,154,162); }
td.TdClassName
{
border-color: #769AA2;
}
.TagClassName
{
border-color: #769AA2;
}
</style>