Shades of Geraldine #E7766B
Tints of Geraldine #E7766B
RGB
CMYK
RGB Variations
Color information
#E7766B (or 0xE7766B) is known color: Geraldine. HEX triplet: E7, 76 and 6B. RGB value is (231,118,107). Sum of RGB (Red+Green+Blue) = 231+118+107=456 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.66% from 456); Green value is 118 (46.48% from 255 or 25.88% from 456); Blue value is 107 (42.19% from 255 or 23.46% from 456); Max value from RGB is 231 - color contains mainly: red. Hex color #E7766B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7766B is #188994. Grayscale: #969696. Windows color (decimal): -1608085 or 7042791. OLE color: 7042791.
HSL color Cylindrical-coordinate representation of color #E7766B: hue angle of 5.32º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E7766B is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 118 | 107 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.09 |
| HSL | 5.32º | 0.72% | 0.66% | - |
| HSV(B) | 5.32º | 0.54% | 0.91% | - |
| XYZ | 42.09 | 31.01 | 17.68 | - |
| YUV | 150.53 | 103.44 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 118 | 107 | 0 | 0.49 | 0.54 | 0.09 | 5.32 | 0.72 | 0.66 |
| Hex | E7 | 76 | 6B | 0 | 31 | 36 | 9 | 5 | 48 | 42 |
| Octal | 347 | 166 | 153 | 0 | 61 | 66 | 11 | 5 | 110 | 102 |
| Binary | 11100111 | 1110110 | 1101011 | 0 | 110001 | 110110 | 1001 | 101 | 1001000 | 1000010 |
Color Harmonies of #E7766B
Complementary color
Monochromatic Colors of #E7766B
Black with #E7766B
Text Example
Text Example
White with #E7766B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7766B; }
p { color: rgb(231,118,107); }
H1.HeaderClassName
{
color: #E7766B;
}
.AnyTagClassName
{
color: #E7766B;
}
</style>
background-color css
<style>
a { background-color: #E7766B; }
a { background-color: rgb(231,118,107); }
div.DivClassName
{
background-color: #E7766B;
}
.BgClassName
{
background-color: #E7766B;
}
</style>
border-color css
<style>
span { border-color: #E7766B; }
span { border-color: rgb(231,118,107); }
td.TdClassName
{
border-color: #E7766B;
}
.TagClassName
{
border-color: #E7766B;
}
</style>