Shades of Froly #DF7B7F
Tints of Froly #DF7B7F
RGB
CMYK
RGB Variations
Color information
#DF7B7F (or 0xDF7B7F) is known color: Froly. HEX triplet: DF, 7B and 7F. RGB value is (223,123,127). Sum of RGB (Red+Green+Blue) = 223+123+127=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 123 (48.44% from 255 or 26.00% from 473); Blue value is 127 (50% from 255 or 26.85% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7B7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7B7F is #208480. Grayscale: #999999. Windows color (decimal): -2131073 or 8354783. OLE color: 8354783.
HSL color Cylindrical-coordinate representation of color #DF7B7F: hue angle of 357.6º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DF7B7F is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 123 | 127 | - |
| CMYK | 0 | 0.45 | 0.43 | 0.13 |
| HSL | 357.6º | 0.61% | 0.68% | - |
| HSV(B) | 357.6º | 0.45% | 0.87% | - |
| XYZ | 41.35 | 31.39 | 23.96 | - |
| YUV | 153.36 | 113.13 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 123 | 127 | 0 | 0.45 | 0.43 | 0.13 | 357.6 | 0.61 | 0.68 |
| Hex | DF | 7B | 7F | 0 | 2D | 2B | D | 166 | 3D | 44 |
| Octal | 337 | 173 | 177 | 0 | 55 | 53 | 15 | 546 | 75 | 104 |
| Binary | 11011111 | 1111011 | 1111111 | 0 | 101101 | 101011 | 1101 | 101100110 | 111101 | 1000100 |
Color Harmonies of #DF7B7F
Complementary color
Monochromatic Colors of #DF7B7F
Black with #DF7B7F
Text Example
Text Example
White with #DF7B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7B7F; }
p { color: rgb(223,123,127); }
H1.HeaderClassName
{
color: #DF7B7F;
}
.AnyTagClassName
{
color: #DF7B7F;
}
</style>
background-color css
<style>
a { background-color: #DF7B7F; }
a { background-color: rgb(223,123,127); }
div.DivClassName
{
background-color: #DF7B7F;
}
.BgClassName
{
background-color: #DF7B7F;
}
</style>
border-color css
<style>
span { border-color: #DF7B7F; }
span { border-color: rgb(223,123,127); }
td.TdClassName
{
border-color: #DF7B7F;
}
.TagClassName
{
border-color: #DF7B7F;
}
</style>