Shades of Deluge #81779A
Tints of Deluge #81779A
RGB
CMYK
RGB Variations
Color information
#81779A (or 0x81779A) is known color: Deluge. HEX triplet: 81, 77 and 9A. RGB value is (129,119,154). Sum of RGB (Red+Green+Blue) = 129+119+154=402 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.09% from 402); Green value is 119 (46.88% from 255 or 29.60% from 402); Blue value is 154 (60.55% from 255 or 38.31% from 402); Max value from RGB is 154 - color contains mainly: blue. Hex color #81779A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81779A is #7E8865. Grayscale: #7D7D7D. Windows color (decimal): -8292454 or 10123137. OLE color: 10123137.
HSL color Cylindrical-coordinate representation of color #81779A: hue angle of 257.14º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #81779A is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 129 | 119 | 154 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.40 |
| HSL | 257.14º | 0.15% | 0.54% | - |
| HSV(B) | 257.14º | 0.23% | 0.6% | - |
| XYZ | 21.48 | 20.19 | 33.34 | - |
| YUV | 125.98 | 143.81 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 119 | 154 | 0.16 | 0.23 | 0 | 0.40 | 257.14 | 0.15 | 0.54 |
| Hex | 81 | 77 | 9A | 10 | 17 | 0 | 28 | 101 | F | 36 |
| Octal | 201 | 167 | 232 | 20 | 27 | 0 | 50 | 401 | 17 | 66 |
| Binary | 10000001 | 1110111 | 10011010 | 10000 | 10111 | 0 | 101000 | 100000001 | 1111 | 110110 |
Color Harmonies of #81779A
Complementary color
Monochromatic Colors of #81779A
Black with #81779A
Text Example
Text Example
White with #81779A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81779A; }
p { color: rgb(129,119,154); }
H1.HeaderClassName
{
color: #81779A;
}
.AnyTagClassName
{
color: #81779A;
}
</style>
background-color css
<style>
a { background-color: #81779A; }
a { background-color: rgb(129,119,154); }
div.DivClassName
{
background-color: #81779A;
}
.BgClassName
{
background-color: #81779A;
}
</style>
border-color css
<style>
span { border-color: #81779A; }
span { border-color: rgb(129,119,154); }
td.TdClassName
{
border-color: #81779A;
}
.TagClassName
{
border-color: #81779A;
}
</style>