Shades of Geraldine #E77A74
Tints of Geraldine #E77A74
RGB
CMYK
RGB Variations
Color information
#E77A74 (or 0xE77A74) is known color: Geraldine. HEX triplet: E7, 7A and 74. RGB value is (231,122,116). Sum of RGB (Red+Green+Blue) = 231+122+116=469 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.25% from 469); Green value is 122 (48.05% from 255 or 26.01% from 469); Blue value is 116 (45.70% from 255 or 24.73% from 469); Max value from RGB is 231 - color contains mainly: red. Hex color #E77A74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77A74 is #18858B. Grayscale: #9A9A9A. Windows color (decimal): -1607052 or 7633639. OLE color: 7633639.
HSL color Cylindrical-coordinate representation of color #E77A74: hue angle of 3.13º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E77A74 is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 122 | 116 | - |
| CMYK | 0 | 0.47 | 0.50 | 0.09 |
| HSL | 3.13º | 0.71% | 0.68% | - |
| HSV(B) | 3.13º | 0.5% | 0.91% | - |
| XYZ | 43.07 | 32.17 | 20.46 | - |
| YUV | 153.91 | 106.61 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 122 | 116 | 0 | 0.47 | 0.50 | 0.09 | 3.13 | 0.71 | 0.68 |
| Hex | E7 | 7A | 74 | 0 | 2F | 32 | 9 | 3 | 47 | 44 |
| Octal | 347 | 172 | 164 | 0 | 57 | 62 | 11 | 3 | 107 | 104 |
| Binary | 11100111 | 1111010 | 1110100 | 0 | 101111 | 110010 | 1001 | 11 | 1000111 | 1000100 |
Color Harmonies of #E77A74
Complementary color
Monochromatic Colors of #E77A74
Black with #E77A74
Text Example
Text Example
White with #E77A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77A74; }
p { color: rgb(231,122,116); }
H1.HeaderClassName
{
color: #E77A74;
}
.AnyTagClassName
{
color: #E77A74;
}
</style>
background-color css
<style>
a { background-color: #E77A74; }
a { background-color: rgb(231,122,116); }
div.DivClassName
{
background-color: #E77A74;
}
.BgClassName
{
background-color: #E77A74;
}
</style>
border-color css
<style>
span { border-color: #E77A74; }
span { border-color: rgb(231,122,116); }
td.TdClassName
{
border-color: #E77A74;
}
.TagClassName
{
border-color: #E77A74;
}
</style>