Shades of Froly #D77A7B
Tints of Froly #D77A7B
RGB
CMYK
RGB Variations
Color information
#D77A7B (or 0xD77A7B) is known color: Froly. HEX triplet: D7, 7A and 7B. RGB value is (215,122,123). Sum of RGB (Red+Green+Blue) = 215+122+123=460 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.74% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 123 (48.44% from 255 or 26.74% from 460); Max value from RGB is 215 - color contains mainly: red. Hex color #D77A7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77A7B is #288584. Grayscale: #969696. Windows color (decimal): -2655621 or 8092375. OLE color: 8092375.
HSL color Cylindrical-coordinate representation of color #D77A7B: hue angle of 359.35º degrees, saturation: 0.54, 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 #D77A7B is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 122 | 123 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.16 |
| HSL | 359.35º | 0.54% | 0.66% | - |
| HSV(B) | 359.35º | 0.43% | 0.84% | - |
| XYZ | 38.56 | 29.8 | 22.46 | - |
| YUV | 149.92 | 112.81 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 122 | 123 | 0 | 0.43 | 0.43 | 0.16 | 359.35 | 0.54 | 0.66 |
| Hex | D7 | 7A | 7B | 0 | 2B | 2B | 10 | 167 | 36 | 42 |
| Octal | 327 | 172 | 173 | 0 | 53 | 53 | 20 | 547 | 66 | 102 |
| Binary | 11010111 | 1111010 | 1111011 | 0 | 101011 | 101011 | 10000 | 101100111 | 110110 | 1000010 |
Color Harmonies of #D77A7B
Complementary color
Monochromatic Colors of #D77A7B
Black with #D77A7B
Text Example
Text Example
White with #D77A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77A7B; }
p { color: rgb(215,122,123); }
H1.HeaderClassName
{
color: #D77A7B;
}
.AnyTagClassName
{
color: #D77A7B;
}
</style>
background-color css
<style>
a { background-color: #D77A7B; }
a { background-color: rgb(215,122,123); }
div.DivClassName
{
background-color: #D77A7B;
}
.BgClassName
{
background-color: #D77A7B;
}
</style>
border-color css
<style>
span { border-color: #D77A7B; }
span { border-color: rgb(215,122,123); }
td.TdClassName
{
border-color: #D77A7B;
}
.TagClassName
{
border-color: #D77A7B;
}
</style>