Shades of Geraldine #D77472
Tints of Geraldine #D77472
RGB
CMYK
RGB Variations
Color information
#D77472 (or 0xD77472) is known color: Geraldine. HEX triplet: D7, 74 and 72. RGB value is (215,116,114). Sum of RGB (Red+Green+Blue) = 215+116+114=445 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.31% from 445); Green value is 116 (45.70% from 255 or 26.07% from 445); Blue value is 114 (44.92% from 255 or 25.62% from 445); Max value from RGB is 215 - color contains mainly: red. Hex color #D77472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77472 is #288B8D. Grayscale: #919191. Windows color (decimal): -2657166 or 7501015. OLE color: 7501015.
HSL color Cylindrical-coordinate representation of color #D77472: hue angle of 1.19º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D77472 is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 116 | 114 | - |
| CMYK | 0 | 0.46 | 0.47 | 0.16 |
| HSL | 1.19º | 0.56% | 0.65% | - |
| HSV(B) | 1.19º | 0.47% | 0.84% | - |
| XYZ | 37.31 | 28.15 | 19.39 | - |
| YUV | 145.37 | 110.3 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 116 | 114 | 0 | 0.46 | 0.47 | 0.16 | 1.19 | 0.56 | 0.65 |
| Hex | D7 | 74 | 72 | 0 | 2E | 2F | 10 | 1 | 38 | 41 |
| Octal | 327 | 164 | 162 | 0 | 56 | 57 | 20 | 1 | 70 | 101 |
| Binary | 11010111 | 1110100 | 1110010 | 0 | 101110 | 101111 | 10000 | 1 | 111000 | 1000001 |
Color Harmonies of #D77472
Complementary color
Monochromatic Colors of #D77472
Black with #D77472
Text Example
Text Example
White with #D77472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77472; }
p { color: rgb(215,116,114); }
H1.HeaderClassName
{
color: #D77472;
}
.AnyTagClassName
{
color: #D77472;
}
</style>
background-color css
<style>
a { background-color: #D77472; }
a { background-color: rgb(215,116,114); }
div.DivClassName
{
background-color: #D77472;
}
.BgClassName
{
background-color: #D77472;
}
</style>
border-color css
<style>
span { border-color: #D77472; }
span { border-color: rgb(215,116,114); }
td.TdClassName
{
border-color: #D77472;
}
.TagClassName
{
border-color: #D77472;
}
</style>