Shades of Geraldine #E77F70
Tints of Geraldine #E77F70
RGB
CMYK
RGB Variations
Color information
#E77F70 (or 0xE77F70) is known color: Geraldine. HEX triplet: E7, 7F and 70. RGB value is (231,127,112). Sum of RGB (Red+Green+Blue) = 231+127+112=470 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.15% from 470); Green value is 127 (50% from 255 or 27.02% from 470); Blue value is 112 (44.14% from 255 or 23.83% from 470); Max value from RGB is 231 - color contains mainly: red. Hex color #E77F70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77F70 is #18808F. Grayscale: #9C9C9C. Windows color (decimal): -1605776 or 7372775. OLE color: 7372775.
HSL color Cylindrical-coordinate representation of color #E77F70: hue angle of 7.56º 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 #E77F70 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 127 | 112 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.09 |
| HSL | 7.56º | 0.71% | 0.67% | - |
| HSV(B) | 7.56º | 0.52% | 0.91% | - |
| XYZ | 43.47 | 33.34 | 19.47 | - |
| YUV | 156.39 | 102.96 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 127 | 112 | 0 | 0.45 | 0.52 | 0.09 | 7.56 | 0.71 | 0.67 |
| Hex | E7 | 7F | 70 | 0 | 2D | 34 | 9 | 8 | 47 | 43 |
| Octal | 347 | 177 | 160 | 0 | 55 | 64 | 11 | 10 | 107 | 103 |
| Binary | 11100111 | 1111111 | 1110000 | 0 | 101101 | 110100 | 1001 | 1000 | 1000111 | 1000011 |
Color Harmonies of #E77F70
Complementary color
Monochromatic Colors of #E77F70
Black with #E77F70
Text Example
Text Example
White with #E77F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77F70; }
p { color: rgb(231,127,112); }
H1.HeaderClassName
{
color: #E77F70;
}
.AnyTagClassName
{
color: #E77F70;
}
</style>
background-color css
<style>
a { background-color: #E77F70; }
a { background-color: rgb(231,127,112); }
div.DivClassName
{
background-color: #E77F70;
}
.BgClassName
{
background-color: #E77F70;
}
</style>
border-color css
<style>
span { border-color: #E77F70; }
span { border-color: rgb(231,127,112); }
td.TdClassName
{
border-color: #E77F70;
}
.TagClassName
{
border-color: #E77F70;
}
</style>