Shades of Dawn #989792
Tints of Dawn #989792
RGB
CMYK
RGB Variations
Color information
#989792 (or 0x989792) is known color: Dawn. HEX triplet: 98, 97 and 92. RGB value is (152,151,146). Sum of RGB (Red+Green+Blue) = 152+151+146=449 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.85% from 449); Green value is 151 (59.38% from 255 or 33.63% from 449); Blue value is 146 (57.42% from 255 or 32.52% from 449); Max value from RGB is 152 - color contains mainly: red. Hex color #989792 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989792 is #67686D. Grayscale: #969696. Windows color (decimal): -6776942 or 9607064. OLE color: 9607064.
HSL color Cylindrical-coordinate representation of color #989792: hue angle of 50º degrees, saturation: 0.03, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #989792 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 151 | 146 | - |
| CMYK | 0 | 0.01 | 0.04 | 0.40 |
| HSL | 50º | 0.03% | 0.58% | - |
| HSV(B) | 50º | 0.04% | 0.6% | - |
| XYZ | 29.2 | 30.88 | 31.62 | - |
| YUV | 150.73 | 125.33 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 151 | 146 | 0 | 0.01 | 0.04 | 0.40 | 50 | 0.03 | 0.58 |
| Hex | 98 | 97 | 92 | 0 | 1 | 4 | 28 | 32 | 3 | 3A |
| Octal | 230 | 227 | 222 | 0 | 1 | 4 | 50 | 62 | 3 | 72 |
| Binary | 10011000 | 10010111 | 10010010 | 0 | 1 | 100 | 101000 | 110010 | 11 | 111010 |
Color Harmonies of #989792
Complementary color
Monochromatic Colors of #989792
Black with #989792
Text Example
Text Example
White with #989792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989792; }
p { color: rgb(152,151,146); }
H1.HeaderClassName
{
color: #989792;
}
.AnyTagClassName
{
color: #989792;
}
</style>
background-color css
<style>
a { background-color: #989792; }
a { background-color: rgb(152,151,146); }
div.DivClassName
{
background-color: #989792;
}
.BgClassName
{
background-color: #989792;
}
</style>
border-color css
<style>
span { border-color: #989792; }
span { border-color: rgb(152,151,146); }
td.TdClassName
{
border-color: #989792;
}
.TagClassName
{
border-color: #989792;
}
</style>