Shades of Froly #D67B7F
Tints of Froly #D67B7F
RGB
CMYK
RGB Variations
Color information
#D67B7F (or 0xD67B7F) is known color: Froly. HEX triplet: D6, 7B and 7F. RGB value is (214,123,127). Sum of RGB (Red+Green+Blue) = 214+123+127=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 123 (48.44% from 255 or 26.51% from 464); Blue value is 127 (50% from 255 or 27.37% from 464); Max value from RGB is 214 - color contains mainly: red. Hex color #D67B7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67B7F is #298480. Grayscale: #969696. Windows color (decimal): -2720897 or 8354774. OLE color: 8354774.
HSL color Cylindrical-coordinate representation of color #D67B7F: hue angle of 357.36º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D67B7F is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 123 | 127 | - |
| CMYK | 0 | 0.43 | 0.41 | 0.16 |
| HSL | 357.36º | 0.53% | 0.66% | - |
| HSV(B) | 357.36º | 0.43% | 0.84% | - |
| XYZ | 38.65 | 29.99 | 23.83 | - |
| YUV | 150.67 | 114.65 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 123 | 127 | 0 | 0.43 | 0.41 | 0.16 | 357.36 | 0.53 | 0.66 |
| Hex | D6 | 7B | 7F | 0 | 2B | 29 | 10 | 165 | 35 | 42 |
| Octal | 326 | 173 | 177 | 0 | 53 | 51 | 20 | 545 | 65 | 102 |
| Binary | 11010110 | 1111011 | 1111111 | 0 | 101011 | 101001 | 10000 | 101100101 | 110101 | 1000010 |
Color Harmonies of #D67B7F
Complementary color
Monochromatic Colors of #D67B7F
Black with #D67B7F
Text Example
Text Example
White with #D67B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67B7F; }
p { color: rgb(214,123,127); }
H1.HeaderClassName
{
color: #D67B7F;
}
.AnyTagClassName
{
color: #D67B7F;
}
</style>
background-color css
<style>
a { background-color: #D67B7F; }
a { background-color: rgb(214,123,127); }
div.DivClassName
{
background-color: #D67B7F;
}
.BgClassName
{
background-color: #D67B7F;
}
</style>
border-color css
<style>
span { border-color: #D67B7F; }
span { border-color: rgb(214,123,127); }
td.TdClassName
{
border-color: #D67B7F;
}
.TagClassName
{
border-color: #D67B7F;
}
</style>