Shades of Dolly #F7F978
Tints of Dolly #F7F978
RGB
CMYK
RGB Variations
Color information
#F7F978 (or 0xF7F978) is known color: Dolly. HEX triplet: F7, F9 and 78. RGB value is (247,249,120). Sum of RGB (Red+Green+Blue) = 247+249+120=616 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.10% from 616); Green value is 249 (97.66% from 255 or 40.42% from 616); Blue value is 120 (47.27% from 255 or 19.48% from 616); Max value from RGB is 249 - color contains mainly: green. Hex color #F7F978 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F7F978 is #080687. Grayscale: #EAEAEA. Windows color (decimal): -525960 or 7928311. OLE color: 7928311.
HSL color Cylindrical-coordinate representation of color #F7F978: hue angle of 60.93º degrees, saturation: 0.91, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F7F978 is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 249 | 120 | - |
| CMYK | 0.01 | 0 | 0.52 | 0.02 |
| HSL | 60.93º | 0.91% | 0.72% | - |
| HSV(B) | 60.93º | 0.52% | 0.98% | - |
| XYZ | 75.62 | 88.88 | 30.94 | - |
| YUV | 233.7 | 63.84 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 249 | 120 | 0.01 | 0 | 0.52 | 0.02 | 60.93 | 0.91 | 0.72 |
| Hex | F7 | F9 | 78 | 1 | 0 | 34 | 2 | 3D | 5B | 48 |
| Octal | 367 | 371 | 170 | 1 | 0 | 64 | 2 | 75 | 133 | 110 |
| Binary | 11110111 | 11111001 | 1111000 | 1 | 0 | 110100 | 10 | 111101 | 1011011 | 1001000 |
Color Harmonies of #F7F978
Complementary color
Monochromatic Colors of #F7F978
Black with #F7F978
Text Example
Text Example
White with #F7F978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F978; }
p { color: rgb(247,249,120); }
H1.HeaderClassName
{
color: #F7F978;
}
.AnyTagClassName
{
color: #F7F978;
}
</style>
background-color css
<style>
a { background-color: #F7F978; }
a { background-color: rgb(247,249,120); }
div.DivClassName
{
background-color: #F7F978;
}
.BgClassName
{
background-color: #F7F978;
}
</style>
border-color css
<style>
span { border-color: #F7F978; }
span { border-color: rgb(247,249,120); }
td.TdClassName
{
border-color: #F7F978;
}
.TagClassName
{
border-color: #F7F978;
}
</style>