Shades of Delta #8C8F85
Tints of Delta #8C8F85
RGB
CMYK
RGB Variations
Color information
#8C8F85 (or 0x8C8F85) is known color: Delta. HEX triplet: 8C, 8F and 85. RGB value is (140,143,133). Sum of RGB (Red+Green+Blue) = 140+143+133=416 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.65% from 416); Green value is 143 (56.25% from 255 or 34.38% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 143 - color contains mainly: green. Hex color #8C8F85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8F85 is #73707A. Grayscale: #8D8D8D. Windows color (decimal): -7565435 or 8753036. OLE color: 8753036.
HSL color Cylindrical-coordinate representation of color #8C8F85: hue angle of 78º degrees, saturation: 0.04, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8C8F85 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 140 | 143 | 133 | - |
| CMYK | 0.02 | 0 | 0.07 | 0.44 |
| HSL | 78º | 0.04% | 0.54% | - |
| HSV(B) | 78º | 0.07% | 0.56% | - |
| XYZ | 24.87 | 26.91 | 26.07 | - |
| YUV | 140.96 | 123.51 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 143 | 133 | 0.02 | 0 | 0.07 | 0.44 | 78 | 0.04 | 0.54 |
| Hex | 8C | 8F | 85 | 2 | 0 | 7 | 2C | 4E | 4 | 36 |
| Octal | 214 | 217 | 205 | 2 | 0 | 7 | 54 | 116 | 4 | 66 |
| Binary | 10001100 | 10001111 | 10000101 | 10 | 0 | 111 | 101100 | 1001110 | 100 | 110110 |
Color Harmonies of #8C8F85
Complementary color
Monochromatic Colors of #8C8F85
Black with #8C8F85
Text Example
Text Example
White with #8C8F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8F85; }
p { color: rgb(140,143,133); }
H1.HeaderClassName
{
color: #8C8F85;
}
.AnyTagClassName
{
color: #8C8F85;
}
</style>
background-color css
<style>
a { background-color: #8C8F85; }
a { background-color: rgb(140,143,133); }
div.DivClassName
{
background-color: #8C8F85;
}
.BgClassName
{
background-color: #8C8F85;
}
</style>
border-color css
<style>
span { border-color: #8C8F85; }
span { border-color: rgb(140,143,133); }
td.TdClassName
{
border-color: #8C8F85;
}
.TagClassName
{
border-color: #8C8F85;
}
</style>