Shades of Geraldine #E7766A
Tints of Geraldine #E7766A
RGB
CMYK
RGB Variations
Color information
#E7766A (or 0xE7766A) is known color: Geraldine. HEX triplet: E7, 76 and 6A. RGB value is (231,118,106). Sum of RGB (Red+Green+Blue) = 231+118+106=455 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.77% from 455); Green value is 118 (46.48% from 255 or 25.93% from 455); Blue value is 106 (41.80% from 255 or 23.30% from 455); Max value from RGB is 231 - color contains mainly: red. Hex color #E7766A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7766A is #188995. Grayscale: #969696. Windows color (decimal): -1608086 or 6977255. OLE color: 6977255.
HSL color Cylindrical-coordinate representation of color #E7766A: hue angle of 5.76º 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 #E7766A is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 118 | 106 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.09 |
| HSL | 5.76º | 0.72% | 0.66% | - |
| HSV(B) | 5.76º | 0.54% | 0.91% | - |
| XYZ | 42.03 | 30.99 | 17.4 | - |
| YUV | 150.42 | 102.94 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 118 | 106 | 0 | 0.49 | 0.54 | 0.09 | 5.76 | 0.72 | 0.66 |
| Hex | E7 | 76 | 6A | 0 | 31 | 36 | 9 | 6 | 48 | 42 |
| Octal | 347 | 166 | 152 | 0 | 61 | 66 | 11 | 6 | 110 | 102 |
| Binary | 11100111 | 1110110 | 1101010 | 0 | 110001 | 110110 | 1001 | 110 | 1001000 | 1000010 |
Color Harmonies of #E7766A
Complementary color
Monochromatic Colors of #E7766A
Black with #E7766A
Text Example
Text Example
White with #E7766A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7766A; }
p { color: rgb(231,118,106); }
H1.HeaderClassName
{
color: #E7766A;
}
.AnyTagClassName
{
color: #E7766A;
}
</style>
background-color css
<style>
a { background-color: #E7766A; }
a { background-color: rgb(231,118,106); }
div.DivClassName
{
background-color: #E7766A;
}
.BgClassName
{
background-color: #E7766A;
}
</style>
border-color css
<style>
span { border-color: #E7766A; }
span { border-color: rgb(231,118,106); }
td.TdClassName
{
border-color: #E7766A;
}
.TagClassName
{
border-color: #E7766A;
}
</style>