Shades of Delta #8C9780
Tints of Delta #8C9780
RGB
CMYK
RGB Variations
Color information
#8C9780 (or 0x8C9780) is known color: Delta. HEX triplet: 8C, 97 and 80. RGB value is (140,151,128). Sum of RGB (Red+Green+Blue) = 140+151+128=419 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.41% from 419); Green value is 151 (59.38% from 255 or 36.04% from 419); Blue value is 128 (50.39% from 255 or 30.55% from 419); Max value from RGB is 151 - color contains mainly: green. Hex color #8C9780 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9780 is #73687F. Grayscale: #919191. Windows color (decimal): -7563392 or 8427404. OLE color: 8427404.
HSL color Cylindrical-coordinate representation of color #8C9780: hue angle of 88.7º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8C9780 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 140 | 151 | 128 | - |
| CMYK | 0.07 | 0 | 0.15 | 0.41 |
| HSL | 88.7º | 0.1% | 0.55% | - |
| HSV(B) | 88.7º | 0.15% | 0.59% | - |
| XYZ | 25.78 | 29.27 | 24.71 | - |
| YUV | 145.09 | 118.36 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 151 | 128 | 0.07 | 0 | 0.15 | 0.41 | 88.7 | 0.1 | 0.55 |
| Hex | 8C | 97 | 80 | 7 | 0 | F | 29 | 59 | A | 37 |
| Octal | 214 | 227 | 200 | 7 | 0 | 17 | 51 | 131 | 12 | 67 |
| Binary | 10001100 | 10010111 | 10000000 | 111 | 0 | 1111 | 101001 | 1011001 | 1010 | 110111 |
Color Harmonies of #8C9780
Complementary color
Monochromatic Colors of #8C9780
Black with #8C9780
Text Example
Text Example
White with #8C9780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9780; }
p { color: rgb(140,151,128); }
H1.HeaderClassName
{
color: #8C9780;
}
.AnyTagClassName
{
color: #8C9780;
}
</style>
background-color css
<style>
a { background-color: #8C9780; }
a { background-color: rgb(140,151,128); }
div.DivClassName
{
background-color: #8C9780;
}
.BgClassName
{
background-color: #8C9780;
}
</style>
border-color css
<style>
span { border-color: #8C9780; }
span { border-color: rgb(140,151,128); }
td.TdClassName
{
border-color: #8C9780;
}
.TagClassName
{
border-color: #8C9780;
}
</style>