Shades of Delta #959792
Tints of Delta #959792
RGB
CMYK
RGB Variations
Color information
#959792 (or 0x959792) is known color: Delta. HEX triplet: 95, 97 and 92. RGB value is (149,151,146). Sum of RGB (Red+Green+Blue) = 149+151+146=446 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.41% from 446); Green value is 151 (59.38% from 255 or 33.86% from 446); Blue value is 146 (57.42% from 255 or 32.74% from 446); Max value from RGB is 151 - color contains mainly: green. Hex color #959792 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959792 is #6A686D. Grayscale: #959595. Windows color (decimal): -6973550 or 9607061. OLE color: 9607061.
HSL color Cylindrical-coordinate representation of color #959792: hue angle of 84º degrees, saturation: 0.02, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #959792 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 149 | 151 | 146 | - |
| CMYK | 0.01 | 0 | 0.03 | 0.41 |
| HSL | 84º | 0.02% | 0.58% | - |
| HSV(B) | 84º | 0.03% | 0.59% | - |
| XYZ | 28.65 | 30.6 | 31.59 | - |
| YUV | 149.83 | 125.84 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 151 | 146 | 0.01 | 0 | 0.03 | 0.41 | 84 | 0.02 | 0.58 |
| Hex | 95 | 97 | 92 | 1 | 0 | 3 | 29 | 54 | 2 | 3A |
| Octal | 225 | 227 | 222 | 1 | 0 | 3 | 51 | 124 | 2 | 72 |
| Binary | 10010101 | 10010111 | 10010010 | 1 | 0 | 11 | 101001 | 1010100 | 10 | 111010 |
Color Harmonies of #959792
Complementary color
Monochromatic Colors of #959792
Black with #959792
Text Example
Text Example
White with #959792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959792; }
p { color: rgb(149,151,146); }
H1.HeaderClassName
{
color: #959792;
}
.AnyTagClassName
{
color: #959792;
}
</style>
background-color css
<style>
a { background-color: #959792; }
a { background-color: rgb(149,151,146); }
div.DivClassName
{
background-color: #959792;
}
.BgClassName
{
background-color: #959792;
}
</style>
border-color css
<style>
span { border-color: #959792; }
span { border-color: rgb(149,151,146); }
td.TdClassName
{
border-color: #959792;
}
.TagClassName
{
border-color: #959792;
}
</style>