Shades of Froly #D77B7D
Tints of Froly #D77B7D
RGB
CMYK
RGB Variations
Color information
#D77B7D (or 0xD77B7D) is known color: Froly. HEX triplet: D7, 7B and 7D. RGB value is (215,123,125). Sum of RGB (Red+Green+Blue) = 215+123+125=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 123 (48.44% from 255 or 26.57% from 463); Blue value is 125 (49.22% from 255 or 27.00% from 463); Max value from RGB is 215 - color contains mainly: red. Hex color #D77B7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77B7D is #288482. Grayscale: #969696. Windows color (decimal): -2655363 or 8223703. OLE color: 8223703.
HSL color Cylindrical-coordinate representation of color #D77B7D: hue angle of 358.7º 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 #D77B7D is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
RGB | 215 | 123 | 125 | - |
CMYK | 0 | 0.43 | 0.42 | 0.16 |
HSL | 358.7º | 0.53% | 0.66% | - |
HSV(B) | 358.7º | 0.43% | 0.84% | - |
XYZ | 38.81 | 30.09 | 23.17 | - |
YUV | 150.74 | 113.48 | 173.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 123 | 125 | 0 | 0.43 | 0.42 | 0.16 | 358.7 | 0.53 | 0.66 |
Hex | D7 | 7B | 7D | 0 | 2B | 2A | 10 | 167 | 35 | 42 |
Octal | 327 | 173 | 175 | 0 | 53 | 52 | 20 | 547 | 65 | 102 |
Binary | 11010111 | 1111011 | 1111101 | 0 | 101011 | 101010 | 10000 | 101100111 | 110101 | 1000010 |
Color Harmonies of #D77B7D
Complementary color
Monochromatic Colors of #D77B7D
Black with #D77B7D
Text Example
Text Example
White with #D77B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77B7D; }
p { color: rgb(215,123,125); }
H1.HeaderClassName
{
color: #D77B7D;
}
.AnyTagClassName
{
color: #D77B7D;
}
</style>
background-color css
<style>
a { background-color: #D77B7D; }
a { background-color: rgb(215,123,125); }
div.DivClassName
{
background-color: #D77B7D;
}
.BgClassName
{
background-color: #D77B7D;
}
</style>
border-color css
<style>
span { border-color: #D77B7D; }
span { border-color: rgb(215,123,125); }
td.TdClassName
{
border-color: #D77B7D;
}
.TagClassName
{
border-color: #D77B7D;
}
</style>