Shades of Delta #8C9682
Tints of Delta #8C9682
RGB
CMYK
RGB Variations
Color information
#8C9682 (or 0x8C9682) is known color: Delta. HEX triplet: 8C, 96 and 82. RGB value is (140,150,130). Sum of RGB (Red+Green+Blue) = 140+150+130=420 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.33% from 420); Green value is 150 (58.98% from 255 or 35.71% from 420); Blue value is 130 (51.17% from 255 or 30.95% from 420); Max value from RGB is 150 - color contains mainly: green. Hex color #8C9682 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9682 is #73697D. Grayscale: #909090. Windows color (decimal): -7563646 or 8558220. OLE color: 8558220.
HSL color Cylindrical-coordinate representation of color #8C9682: hue angle of 90º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8C9682 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 140 | 150 | 130 | - |
| CMYK | 0.07 | 0 | 0.13 | 0.41 |
| HSL | 90º | 0.09% | 0.55% | - |
| HSV(B) | 90º | 0.13% | 0.59% | - |
| XYZ | 25.75 | 29 | 25.36 | - |
| YUV | 144.73 | 119.69 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 150 | 130 | 0.07 | 0 | 0.13 | 0.41 | 90 | 0.09 | 0.55 |
| Hex | 8C | 96 | 82 | 7 | 0 | D | 29 | 5A | 9 | 37 |
| Octal | 214 | 226 | 202 | 7 | 0 | 15 | 51 | 132 | 11 | 67 |
| Binary | 10001100 | 10010110 | 10000010 | 111 | 0 | 1101 | 101001 | 1011010 | 1001 | 110111 |
Color Harmonies of #8C9682
Complementary color
Monochromatic Colors of #8C9682
Black with #8C9682
Text Example
Text Example
White with #8C9682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9682; }
p { color: rgb(140,150,130); }
H1.HeaderClassName
{
color: #8C9682;
}
.AnyTagClassName
{
color: #8C9682;
}
</style>
background-color css
<style>
a { background-color: #8C9682; }
a { background-color: rgb(140,150,130); }
div.DivClassName
{
background-color: #8C9682;
}
.BgClassName
{
background-color: #8C9682;
}
</style>
border-color css
<style>
span { border-color: #8C9682; }
span { border-color: rgb(140,150,130); }
td.TdClassName
{
border-color: #8C9682;
}
.TagClassName
{
border-color: #8C9682;
}
</style>