Shades of Geraldine #E77F77
Tints of Geraldine #E77F77
RGB
CMYK
RGB Variations
Color information
#E77F77 (or 0xE77F77) is known color: Geraldine. HEX triplet: E7, 7F and 77. RGB value is (231,127,119). Sum of RGB (Red+Green+Blue) = 231+127+119=477 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.43% from 477); Green value is 127 (50% from 255 or 26.62% from 477); Blue value is 119 (46.88% from 255 or 24.95% from 477); Max value from RGB is 231 - color contains mainly: red. Hex color #E77F77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77F77 is #188088. Grayscale: #9D9D9D. Windows color (decimal): -1605769 or 7831527. OLE color: 7831527.
HSL color Cylindrical-coordinate representation of color #E77F77: hue angle of 4.29º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E77F77 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 127 | 119 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.09 |
| HSL | 4.29º | 0.7% | 0.69% | - |
| HSV(B) | 4.29º | 0.48% | 0.91% | - |
| XYZ | 43.87 | 33.5 | 21.61 | - |
| YUV | 157.18 | 106.46 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 127 | 119 | 0 | 0.45 | 0.48 | 0.09 | 4.29 | 0.7 | 0.69 |
| Hex | E7 | 7F | 77 | 0 | 2D | 30 | 9 | 4 | 46 | 45 |
| Octal | 347 | 177 | 167 | 0 | 55 | 60 | 11 | 4 | 106 | 105 |
| Binary | 11100111 | 1111111 | 1110111 | 0 | 101101 | 110000 | 1001 | 100 | 1000110 | 1000101 |
Color Harmonies of #E77F77
Complementary color
Monochromatic Colors of #E77F77
Black with #E77F77
Text Example
Text Example
White with #E77F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77F77; }
p { color: rgb(231,127,119); }
H1.HeaderClassName
{
color: #E77F77;
}
.AnyTagClassName
{
color: #E77F77;
}
</style>
background-color css
<style>
a { background-color: #E77F77; }
a { background-color: rgb(231,127,119); }
div.DivClassName
{
background-color: #E77F77;
}
.BgClassName
{
background-color: #E77F77;
}
</style>
border-color css
<style>
span { border-color: #E77F77; }
span { border-color: rgb(231,127,119); }
td.TdClassName
{
border-color: #E77F77;
}
.TagClassName
{
border-color: #E77F77;
}
</style>