Shades of Deluge #81779C
Tints of Deluge #81779C
RGB
CMYK
RGB Variations
Color information
#81779C (or 0x81779C) is known color: Deluge. HEX triplet: 81, 77 and 9C. RGB value is (129,119,156). Sum of RGB (Red+Green+Blue) = 129+119+156=404 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.93% from 404); Green value is 119 (46.88% from 255 or 29.46% from 404); Blue value is 156 (61.33% from 255 or 38.61% from 404); Max value from RGB is 156 - color contains mainly: blue. Hex color #81779C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81779C is #7E8863. Grayscale: #7E7E7E. Windows color (decimal): -8292452 or 10254209. OLE color: 10254209.
HSL color Cylindrical-coordinate representation of color #81779C: hue angle of 256.22º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #81779C is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 129 | 119 | 156 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.39 |
| HSL | 256.22º | 0.16% | 0.54% | - |
| HSV(B) | 256.22º | 0.24% | 0.61% | - |
| XYZ | 21.65 | 20.26 | 34.22 | - |
| YUV | 126.21 | 144.81 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 119 | 156 | 0.17 | 0.24 | 0 | 0.39 | 256.22 | 0.16 | 0.54 |
| Hex | 81 | 77 | 9C | 11 | 18 | 0 | 27 | 100 | 10 | 36 |
| Octal | 201 | 167 | 234 | 21 | 30 | 0 | 47 | 400 | 20 | 66 |
| Binary | 10000001 | 1110111 | 10011100 | 10001 | 11000 | 0 | 100111 | 100000000 | 10000 | 110110 |
Color Harmonies of #81779C
Complementary color
Monochromatic Colors of #81779C
Black with #81779C
Text Example
Text Example
White with #81779C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81779C; }
p { color: rgb(129,119,156); }
H1.HeaderClassName
{
color: #81779C;
}
.AnyTagClassName
{
color: #81779C;
}
</style>
background-color css
<style>
a { background-color: #81779C; }
a { background-color: rgb(129,119,156); }
div.DivClassName
{
background-color: #81779C;
}
.BgClassName
{
background-color: #81779C;
}
</style>
border-color css
<style>
span { border-color: #81779C; }
span { border-color: rgb(129,119,156); }
td.TdClassName
{
border-color: #81779C;
}
.TagClassName
{
border-color: #81779C;
}
</style>