Shades of Geraldine #E7766F
Tints of Geraldine #E7766F
RGB
CMYK
RGB Variations
Color information
#E7766F (or 0xE7766F) is known color: Geraldine. HEX triplet: E7, 76 and 6F. RGB value is (231,118,111). Sum of RGB (Red+Green+Blue) = 231+118+111=460 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.22% from 460); Green value is 118 (46.48% from 255 or 25.65% from 460); Blue value is 111 (43.75% from 255 or 24.13% from 460); Max value from RGB is 231 - color contains mainly: red. Hex color #E7766F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7766F is #188990. Grayscale: #979797. Windows color (decimal): -1608081 or 7304935. OLE color: 7304935.
HSL color Cylindrical-coordinate representation of color #E7766F: hue angle of 3.5º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E7766F is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 118 | 111 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.09 |
| HSL | 3.5º | 0.71% | 0.67% | - |
| HSV(B) | 3.5º | 0.52% | 0.91% | - |
| XYZ | 42.3 | 31.09 | 18.81 | - |
| YUV | 150.99 | 105.44 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 118 | 111 | 0 | 0.49 | 0.52 | 0.09 | 3.5 | 0.71 | 0.67 |
| Hex | E7 | 76 | 6F | 0 | 31 | 34 | 9 | 4 | 47 | 43 |
| Octal | 347 | 166 | 157 | 0 | 61 | 64 | 11 | 4 | 107 | 103 |
| Binary | 11100111 | 1110110 | 1101111 | 0 | 110001 | 110100 | 1001 | 100 | 1000111 | 1000011 |
Color Harmonies of #E7766F
Complementary color
Monochromatic Colors of #E7766F
Black with #E7766F
Text Example
Text Example
White with #E7766F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7766F; }
p { color: rgb(231,118,111); }
H1.HeaderClassName
{
color: #E7766F;
}
.AnyTagClassName
{
color: #E7766F;
}
</style>
background-color css
<style>
a { background-color: #E7766F; }
a { background-color: rgb(231,118,111); }
div.DivClassName
{
background-color: #E7766F;
}
.BgClassName
{
background-color: #E7766F;
}
</style>
border-color css
<style>
span { border-color: #E7766F; }
span { border-color: rgb(231,118,111); }
td.TdClassName
{
border-color: #E7766F;
}
.TagClassName
{
border-color: #E7766F;
}
</style>