Shades of Froly #D7677B
Tints of Froly #D7677B
RGB
CMYK
RGB Variations
Color information
#D7677B (or 0xD7677B) is known color: Froly. HEX triplet: D7, 67 and 7B. RGB value is (215,103,123). Sum of RGB (Red+Green+Blue) = 215+103+123=441 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.75% from 441); Green value is 103 (40.62% from 255 or 23.36% from 441); Blue value is 123 (48.44% from 255 or 27.89% from 441); Max value from RGB is 215 - color contains mainly: red. Hex color #D7677B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7677B is #289884. Grayscale: #8A8A8A. Windows color (decimal): -2660485 or 8087511. OLE color: 8087511.
HSL color Cylindrical-coordinate representation of color #D7677B: hue angle of 349.29º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D7677B is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 103 | 123 | - |
| CMYK | 0 | 0.52 | 0.43 | 0.16 |
| HSL | 349.29º | 0.58% | 0.62% | - |
| HSV(B) | 349.29º | 0.52% | 0.84% | - |
| XYZ | 36.45 | 25.58 | 21.75 | - |
| YUV | 138.77 | 119.11 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 103 | 123 | 0 | 0.52 | 0.43 | 0.16 | 349.29 | 0.58 | 0.62 |
| Hex | D7 | 67 | 7B | 0 | 34 | 2B | 10 | 15D | 3A | 3E |
| Octal | 327 | 147 | 173 | 0 | 64 | 53 | 20 | 535 | 72 | 76 |
| Binary | 11010111 | 1100111 | 1111011 | 0 | 110100 | 101011 | 10000 | 101011101 | 111010 | 111110 |
Color Harmonies of #D7677B
Complementary color
Monochromatic Colors of #D7677B
Black with #D7677B
Text Example
Text Example
White with #D7677B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7677B; }
p { color: rgb(215,103,123); }
H1.HeaderClassName
{
color: #D7677B;
}
.AnyTagClassName
{
color: #D7677B;
}
</style>
background-color css
<style>
a { background-color: #D7677B; }
a { background-color: rgb(215,103,123); }
div.DivClassName
{
background-color: #D7677B;
}
.BgClassName
{
background-color: #D7677B;
}
</style>
border-color css
<style>
span { border-color: #D7677B; }
span { border-color: rgb(215,103,123); }
td.TdClassName
{
border-color: #D7677B;
}
.TagClassName
{
border-color: #D7677B;
}
</style>