Shades of Geraldine #E7766C
Tints of Geraldine #E7766C
RGB
CMYK
RGB Variations
Color information
#E7766C (or 0xE7766C) is known color: Geraldine. HEX triplet: E7, 76 and 6C. RGB value is (231,118,108). Sum of RGB (Red+Green+Blue) = 231+118+108=457 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.55% from 457); Green value is 118 (46.48% from 255 or 25.82% from 457); Blue value is 108 (42.58% from 255 or 23.63% from 457); Max value from RGB is 231 - color contains mainly: red. Hex color #E7766C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7766C is #188993. Grayscale: #969696. Windows color (decimal): -1608084 or 7108327. OLE color: 7108327.
HSL color Cylindrical-coordinate representation of color #E7766C: hue angle of 4.88º 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 #E7766C is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 118 | 108 | - |
| CMYK | 0 | 0.49 | 0.53 | 0.09 |
| HSL | 4.88º | 0.72% | 0.66% | - |
| HSV(B) | 4.88º | 0.53% | 0.91% | - |
| XYZ | 42.14 | 31.03 | 17.96 | - |
| YUV | 150.65 | 103.94 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 118 | 108 | 0 | 0.49 | 0.53 | 0.09 | 4.88 | 0.72 | 0.66 |
| Hex | E7 | 76 | 6C | 0 | 31 | 35 | 9 | 5 | 48 | 42 |
| Octal | 347 | 166 | 154 | 0 | 61 | 65 | 11 | 5 | 110 | 102 |
| Binary | 11100111 | 1110110 | 1101100 | 0 | 110001 | 110101 | 1001 | 101 | 1001000 | 1000010 |
Color Harmonies of #E7766C
Complementary color
Monochromatic Colors of #E7766C
Black with #E7766C
Text Example
Text Example
White with #E7766C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7766C; }
p { color: rgb(231,118,108); }
H1.HeaderClassName
{
color: #E7766C;
}
.AnyTagClassName
{
color: #E7766C;
}
</style>
background-color css
<style>
a { background-color: #E7766C; }
a { background-color: rgb(231,118,108); }
div.DivClassName
{
background-color: #E7766C;
}
.BgClassName
{
background-color: #E7766C;
}
</style>
border-color css
<style>
span { border-color: #E7766C; }
span { border-color: rgb(231,118,108); }
td.TdClassName
{
border-color: #E7766C;
}
.TagClassName
{
border-color: #E7766C;
}
</style>