Shades of Froly #FF7678
Tints of Froly #FF7678
RGB
CMYK
RGB Variations
Color information
#FF7678 (or 0xFF7678) is known color: Froly. HEX triplet: FF, 76 and 78. RGB value is (255,118,120). Sum of RGB (Red+Green+Blue) = 255+118+120=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 118 (46.48% from 255 or 23.94% from 493); Blue value is 120 (47.27% from 255 or 24.34% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7678 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7678 is #008987. Grayscale: #9F9F9F. Windows color (decimal): -35208 or 7894783. OLE color: 7894783.
HSL color Cylindrical-coordinate representation of color #FF7678: hue angle of 359.12º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FF7678 is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 120 | - |
| CMYK | 0 | 0.54 | 0.53 | 0 |
| HSL | 359.12º | 1% | 0.73% | - |
| HSV(B) | 359.12º | 0.54% | 1% | - |
| XYZ | 51.11 | 35.57 | 21.94 | - |
| YUV | 159.19 | 105.89 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 120 | 0 | 0.54 | 0.53 | 0 | 359.12 | 1 | 0.73 |
| Hex | FF | 76 | 78 | 0 | 36 | 35 | 0 | 167 | 64 | 49 |
| Octal | 377 | 166 | 170 | 0 | 66 | 65 | 0 | 547 | 144 | 111 |
| Binary | 11111111 | 1110110 | 1111000 | 0 | 110110 | 110101 | 0 | 101100111 | 1100100 | 1001001 |
Color Harmonies of #FF7678
Complementary color
Monochromatic Colors of #FF7678
Black with #FF7678
Text Example
Text Example
White with #FF7678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7678; }
p { color: rgb(255,118,120); }
H1.HeaderClassName
{
color: #FF7678;
}
.AnyTagClassName
{
color: #FF7678;
}
</style>
background-color css
<style>
a { background-color: #FF7678; }
a { background-color: rgb(255,118,120); }
div.DivClassName
{
background-color: #FF7678;
}
.BgClassName
{
background-color: #FF7678;
}
</style>
border-color css
<style>
span { border-color: #FF7678; }
span { border-color: rgb(255,118,120); }
td.TdClassName
{
border-color: #FF7678;
}
.TagClassName
{
border-color: #FF7678;
}
</style>