Shades of Geraldine #E8776C
Tints of Geraldine #E8776C
RGB
CMYK
RGB Variations
Color information
#E8776C (or 0xE8776C) is known color: Geraldine. HEX triplet: E8, 77 and 6C. RGB value is (232,119,108). Sum of RGB (Red+Green+Blue) = 232+119+108=459 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.54% from 459); Green value is 119 (46.88% from 255 or 25.93% from 459); Blue value is 108 (42.58% from 255 or 23.53% from 459); Max value from RGB is 232 - color contains mainly: red. Hex color #E8776C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8776C is #178893. Grayscale: #979797. Windows color (decimal): -1542292 or 7108584. OLE color: 7108584.
HSL color Cylindrical-coordinate representation of color #E8776C: hue angle of 5.32º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E8776C is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 119 | 108 | - |
| CMYK | 0 | 0.49 | 0.53 | 0.09 |
| HSL | 5.32º | 0.73% | 0.67% | - |
| HSV(B) | 5.32º | 0.53% | 0.91% | - |
| XYZ | 42.58 | 31.43 | 18.01 | - |
| YUV | 151.53 | 103.44 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 119 | 108 | 0 | 0.49 | 0.53 | 0.09 | 5.32 | 0.73 | 0.67 |
| Hex | E8 | 77 | 6C | 0 | 31 | 35 | 9 | 5 | 49 | 43 |
| Octal | 350 | 167 | 154 | 0 | 61 | 65 | 11 | 5 | 111 | 103 |
| Binary | 11101000 | 1110111 | 1101100 | 0 | 110001 | 110101 | 1001 | 101 | 1001001 | 1000011 |
Color Harmonies of #E8776C
Complementary color
Monochromatic Colors of #E8776C
Black with #E8776C
Text Example
Text Example
White with #E8776C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8776C; }
p { color: rgb(232,119,108); }
H1.HeaderClassName
{
color: #E8776C;
}
.AnyTagClassName
{
color: #E8776C;
}
</style>
background-color css
<style>
a { background-color: #E8776C; }
a { background-color: rgb(232,119,108); }
div.DivClassName
{
background-color: #E8776C;
}
.BgClassName
{
background-color: #E8776C;
}
</style>
border-color css
<style>
span { border-color: #E8776C; }
span { border-color: rgb(232,119,108); }
td.TdClassName
{
border-color: #E8776C;
}
.TagClassName
{
border-color: #E8776C;
}
</style>