Shades of Froly #CF777A
Tints of Froly #CF777A
RGB
CMYK
RGB Variations
Color information
#CF777A (or 0xCF777A) is known color: Froly. HEX triplet: CF, 77 and 7A. RGB value is (207,119,122). Sum of RGB (Red+Green+Blue) = 207+119+122=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 119 (46.88% from 255 or 26.56% from 448); Blue value is 122 (48.05% from 255 or 27.23% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CF777A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF777A is #308885. Grayscale: #919191. Windows color (decimal): -3180678 or 8026063. OLE color: 8026063.
HSL color Cylindrical-coordinate representation of color #CF777A: hue angle of 357.95º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF777A is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 119 | 122 | - |
| CMYK | 0 | 0.43 | 0.41 | 0.19 |
| HSL | 357.95º | 0.48% | 0.64% | - |
| HSV(B) | 357.95º | 0.43% | 0.81% | - |
| XYZ | 35.84 | 27.86 | 21.9 | - |
| YUV | 145.65 | 114.65 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 119 | 122 | 0 | 0.43 | 0.41 | 0.19 | 357.95 | 0.48 | 0.64 |
| Hex | CF | 77 | 7A | 0 | 2B | 29 | 13 | 166 | 30 | 40 |
| Octal | 317 | 167 | 172 | 0 | 53 | 51 | 23 | 546 | 60 | 100 |
| Binary | 11001111 | 1110111 | 1111010 | 0 | 101011 | 101001 | 10011 | 101100110 | 110000 | 1000000 |
Color Harmonies of #CF777A
Complementary color
Monochromatic Colors of #CF777A
Black with #CF777A
Text Example
Text Example
White with #CF777A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF777A; }
p { color: rgb(207,119,122); }
H1.HeaderClassName
{
color: #CF777A;
}
.AnyTagClassName
{
color: #CF777A;
}
</style>
background-color css
<style>
a { background-color: #CF777A; }
a { background-color: rgb(207,119,122); }
div.DivClassName
{
background-color: #CF777A;
}
.BgClassName
{
background-color: #CF777A;
}
</style>
border-color css
<style>
span { border-color: #CF777A; }
span { border-color: rgb(207,119,122); }
td.TdClassName
{
border-color: #CF777A;
}
.TagClassName
{
border-color: #CF777A;
}
</style>