Shades of Froly #D67B7E
Tints of Froly #D67B7E
RGB
CMYK
RGB Variations
Color information
#D67B7E (or 0xD67B7E) is known color: Froly. HEX triplet: D6, 7B and 7E. RGB value is (214,123,126). Sum of RGB (Red+Green+Blue) = 214+123+126=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 123 (48.44% from 255 or 26.57% from 463); Blue value is 126 (49.61% from 255 or 27.21% from 463); Max value from RGB is 214 - color contains mainly: red. Hex color #D67B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67B7E is #298481. Grayscale: #969696. Windows color (decimal): -2720898 or 8289238. OLE color: 8289238.
HSL color Cylindrical-coordinate representation of color #D67B7E: hue angle of 358.02º 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 #D67B7E is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 123 | 126 | - |
| CMYK | 0 | 0.43 | 0.41 | 0.16 |
| HSL | 358.02º | 0.53% | 0.66% | - |
| HSV(B) | 358.02º | 0.43% | 0.84% | - |
| XYZ | 38.58 | 29.97 | 23.49 | - |
| YUV | 150.55 | 114.15 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 123 | 126 | 0 | 0.43 | 0.41 | 0.16 | 358.02 | 0.53 | 0.66 |
| Hex | D6 | 7B | 7E | 0 | 2B | 29 | 10 | 166 | 35 | 42 |
| Octal | 326 | 173 | 176 | 0 | 53 | 51 | 20 | 546 | 65 | 102 |
| Binary | 11010110 | 1111011 | 1111110 | 0 | 101011 | 101001 | 10000 | 101100110 | 110101 | 1000010 |
Color Harmonies of #D67B7E
Complementary color
Monochromatic Colors of #D67B7E
Black with #D67B7E
Text Example
Text Example
White with #D67B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67B7E; }
p { color: rgb(214,123,126); }
H1.HeaderClassName
{
color: #D67B7E;
}
.AnyTagClassName
{
color: #D67B7E;
}
</style>
background-color css
<style>
a { background-color: #D67B7E; }
a { background-color: rgb(214,123,126); }
div.DivClassName
{
background-color: #D67B7E;
}
.BgClassName
{
background-color: #D67B7E;
}
</style>
border-color css
<style>
span { border-color: #D67B7E; }
span { border-color: rgb(214,123,126); }
td.TdClassName
{
border-color: #D67B7E;
}
.TagClassName
{
border-color: #D67B7E;
}
</style>