Shades of Geraldine #E7776C
Tints of Geraldine #E7776C
RGB
CMYK
RGB Variations
Color information
#E7776C (or 0xE7776C) is known color: Geraldine. HEX triplet: E7, 77 and 6C. RGB value is (231,119,108). Sum of RGB (Red+Green+Blue) = 231+119+108=458 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.44% from 458); Green value is 119 (46.88% from 255 or 25.98% from 458); Blue value is 108 (42.58% from 255 or 23.58% from 458); Max value from RGB is 231 - color contains mainly: red. Hex color #E7776C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7776C is #188893. Grayscale: #979797. Windows color (decimal): -1607828 or 7108583. OLE color: 7108583.
HSL color Cylindrical-coordinate representation of color #E7776C: hue angle of 5.37º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E7776C is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 119 | 108 | - |
| CMYK | 0 | 0.48 | 0.53 | 0.09 |
| HSL | 5.37º | 0.72% | 0.66% | - |
| HSV(B) | 5.37º | 0.53% | 0.91% | - |
| XYZ | 42.26 | 31.27 | 17.99 | - |
| YUV | 151.23 | 103.61 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 119 | 108 | 0 | 0.48 | 0.53 | 0.09 | 5.37 | 0.72 | 0.66 |
| Hex | E7 | 77 | 6C | 0 | 30 | 35 | 9 | 5 | 48 | 42 |
| Octal | 347 | 167 | 154 | 0 | 60 | 65 | 11 | 5 | 110 | 102 |
| Binary | 11100111 | 1110111 | 1101100 | 0 | 110000 | 110101 | 1001 | 101 | 1001000 | 1000010 |
Color Harmonies of #E7776C
Complementary color
Monochromatic Colors of #E7776C
Black with #E7776C
Text Example
Text Example
White with #E7776C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7776C; }
p { color: rgb(231,119,108); }
H1.HeaderClassName
{
color: #E7776C;
}
.AnyTagClassName
{
color: #E7776C;
}
</style>
background-color css
<style>
a { background-color: #E7776C; }
a { background-color: rgb(231,119,108); }
div.DivClassName
{
background-color: #E7776C;
}
.BgClassName
{
background-color: #E7776C;
}
</style>
border-color css
<style>
span { border-color: #E7776C; }
span { border-color: rgb(231,119,108); }
td.TdClassName
{
border-color: #E7776C;
}
.TagClassName
{
border-color: #E7776C;
}
</style>