Shades of Delta #91978D
Tints of Delta #91978D
RGB
CMYK
RGB Variations
Color information
#91978D (or 0x91978D) is known color: Delta. HEX triplet: 91, 97 and 8D. RGB value is (145,151,141). Sum of RGB (Red+Green+Blue) = 145+151+141=437 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.18% from 437); Green value is 151 (59.38% from 255 or 34.55% from 437); Blue value is 141 (55.47% from 255 or 32.27% from 437); Max value from RGB is 151 - color contains mainly: green. Hex color #91978D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91978D is #6E6872. Grayscale: #949494. Windows color (decimal): -7235699 or 9279377. OLE color: 9279377.
HSL color Cylindrical-coordinate representation of color #91978D: hue angle of 96º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #91978D is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 145 | 151 | 141 | - |
| CMYK | 0.04 | 0 | 0.07 | 0.41 |
| HSL | 96º | 0.05% | 0.57% | - |
| HSV(B) | 96º | 0.07% | 0.59% | - |
| XYZ | 27.55 | 30.08 | 29.55 | - |
| YUV | 148.07 | 124.01 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 151 | 141 | 0.04 | 0 | 0.07 | 0.41 | 96 | 0.05 | 0.57 |
| Hex | 91 | 97 | 8D | 4 | 0 | 7 | 29 | 60 | 5 | 39 |
| Octal | 221 | 227 | 215 | 4 | 0 | 7 | 51 | 140 | 5 | 71 |
| Binary | 10010001 | 10010111 | 10001101 | 100 | 0 | 111 | 101001 | 1100000 | 101 | 111001 |
Color Harmonies of #91978D
Complementary color
Monochromatic Colors of #91978D
Black with #91978D
Text Example
Text Example
White with #91978D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91978D; }
p { color: rgb(145,151,141); }
H1.HeaderClassName
{
color: #91978D;
}
.AnyTagClassName
{
color: #91978D;
}
</style>
background-color css
<style>
a { background-color: #91978D; }
a { background-color: rgb(145,151,141); }
div.DivClassName
{
background-color: #91978D;
}
.BgClassName
{
background-color: #91978D;
}
</style>
border-color css
<style>
span { border-color: #91978D; }
span { border-color: rgb(145,151,141); }
td.TdClassName
{
border-color: #91978D;
}
.TagClassName
{
border-color: #91978D;
}
</style>