Shades of Froly #DE777B
Tints of Froly #DE777B
RGB
CMYK
RGB Variations
Color information
#DE777B (or 0xDE777B) is known color: Froly. HEX triplet: DE, 77 and 7B. RGB value is (222,119,123). Sum of RGB (Red+Green+Blue) = 222+119+123=464 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.84% from 464); Green value is 119 (46.88% from 255 or 25.65% from 464); Blue value is 123 (48.44% from 255 or 26.51% from 464); Max value from RGB is 222 - color contains mainly: red. Hex color #DE777B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE777B is #218884. Grayscale: #969696. Windows color (decimal): -2197637 or 8091614. OLE color: 8091614.
HSL color Cylindrical-coordinate representation of color #DE777B: hue angle of 357.67º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DE777B is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 119 | 123 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.13 |
| HSL | 357.67º | 0.61% | 0.67% | - |
| HSV(B) | 357.67º | 0.46% | 0.87% | - |
| XYZ | 40.3 | 30.15 | 22.44 | - |
| YUV | 150.25 | 112.62 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 119 | 123 | 0 | 0.46 | 0.45 | 0.13 | 357.67 | 0.61 | 0.67 |
| Hex | DE | 77 | 7B | 0 | 2E | 2D | D | 166 | 3D | 43 |
| Octal | 336 | 167 | 173 | 0 | 56 | 55 | 15 | 546 | 75 | 103 |
| Binary | 11011110 | 1110111 | 1111011 | 0 | 101110 | 101101 | 1101 | 101100110 | 111101 | 1000011 |
Color Harmonies of #DE777B
Complementary color
Monochromatic Colors of #DE777B
Black with #DE777B
Text Example
Text Example
White with #DE777B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE777B; }
p { color: rgb(222,119,123); }
H1.HeaderClassName
{
color: #DE777B;
}
.AnyTagClassName
{
color: #DE777B;
}
</style>
background-color css
<style>
a { background-color: #DE777B; }
a { background-color: rgb(222,119,123); }
div.DivClassName
{
background-color: #DE777B;
}
.BgClassName
{
background-color: #DE777B;
}
</style>
border-color css
<style>
span { border-color: #DE777B; }
span { border-color: rgb(222,119,123); }
td.TdClassName
{
border-color: #DE777B;
}
.TagClassName
{
border-color: #DE777B;
}
</style>