Shades of Deluge #88779C
Tints of Deluge #88779C
RGB
CMYK
RGB Variations
Color information
#88779C (or 0x88779C) is known color: Deluge. HEX triplet: 88, 77 and 9C. RGB value is (136,119,156). Sum of RGB (Red+Green+Blue) = 136+119+156=411 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.09% from 411); Green value is 119 (46.88% from 255 or 28.95% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 156 - color contains mainly: blue. Hex color #88779C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88779C is #778863. Grayscale: #808080. Windows color (decimal): -7833700 or 10254216. OLE color: 10254216.
HSL color Cylindrical-coordinate representation of color #88779C: hue angle of 267.57º 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 #88779C is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 136 | 119 | 156 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.39 |
| HSL | 267.57º | 0.16% | 0.54% | - |
| HSV(B) | 267.57º | 0.24% | 0.61% | - |
| XYZ | 22.75 | 20.83 | 34.27 | - |
| YUV | 128.3 | 143.63 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 119 | 156 | 0.13 | 0.24 | 0 | 0.39 | 267.57 | 0.16 | 0.54 |
| Hex | 88 | 77 | 9C | D | 18 | 0 | 27 | 10C | 10 | 36 |
| Octal | 210 | 167 | 234 | 15 | 30 | 0 | 47 | 414 | 20 | 66 |
| Binary | 10001000 | 1110111 | 10011100 | 1101 | 11000 | 0 | 100111 | 100001100 | 10000 | 110110 |
Color Harmonies of #88779C
Complementary color
Monochromatic Colors of #88779C
Black with #88779C
Text Example
Text Example
White with #88779C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88779C; }
p { color: rgb(136,119,156); }
H1.HeaderClassName
{
color: #88779C;
}
.AnyTagClassName
{
color: #88779C;
}
</style>
background-color css
<style>
a { background-color: #88779C; }
a { background-color: rgb(136,119,156); }
div.DivClassName
{
background-color: #88779C;
}
.BgClassName
{
background-color: #88779C;
}
</style>
border-color css
<style>
span { border-color: #88779C; }
span { border-color: rgb(136,119,156); }
td.TdClassName
{
border-color: #88779C;
}
.TagClassName
{
border-color: #88779C;
}
</style>