Shades of Delta #979C88
Tints of Delta #979C88
RGB
CMYK
RGB Variations
Color information
#979C88 (or 0x979C88) is known color: Delta. HEX triplet: 97, 9C and 88. RGB value is (151,156,136). Sum of RGB (Red+Green+Blue) = 151+156+136=443 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.09% from 443); Green value is 156 (61.33% from 255 or 35.21% from 443); Blue value is 136 (53.52% from 255 or 30.70% from 443); Max value from RGB is 156 - color contains mainly: green. Hex color #979C88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979C88 is #686377. Grayscale: #989898. Windows color (decimal): -6841208 or 8952983. OLE color: 8952983.
HSL color Cylindrical-coordinate representation of color #979C88: hue angle of 75º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #979C88 is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 151 | 156 | 136 | - |
| CMYK | 0.03 | 0 | 0.13 | 0.39 |
| HSL | 75º | 0.09% | 0.57% | - |
| HSV(B) | 75º | 0.13% | 0.61% | - |
| XYZ | 29.09 | 32.13 | 27.96 | - |
| YUV | 152.23 | 118.84 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 156 | 136 | 0.03 | 0 | 0.13 | 0.39 | 75 | 0.09 | 0.57 |
| Hex | 97 | 9C | 88 | 3 | 0 | D | 27 | 4B | 9 | 39 |
| Octal | 227 | 234 | 210 | 3 | 0 | 15 | 47 | 113 | 11 | 71 |
| Binary | 10010111 | 10011100 | 10001000 | 11 | 0 | 1101 | 100111 | 1001011 | 1001 | 111001 |
Color Harmonies of #979C88
Complementary color
Monochromatic Colors of #979C88
Black with #979C88
Text Example
Text Example
White with #979C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979C88; }
p { color: rgb(151,156,136); }
H1.HeaderClassName
{
color: #979C88;
}
.AnyTagClassName
{
color: #979C88;
}
</style>
background-color css
<style>
a { background-color: #979C88; }
a { background-color: rgb(151,156,136); }
div.DivClassName
{
background-color: #979C88;
}
.BgClassName
{
background-color: #979C88;
}
</style>
border-color css
<style>
span { border-color: #979C88; }
span { border-color: rgb(151,156,136); }
td.TdClassName
{
border-color: #979C88;
}
.TagClassName
{
border-color: #979C88;
}
</style>