Shades of Geraldine #E77F75
Tints of Geraldine #E77F75
RGB
CMYK
RGB Variations
Color information
#E77F75 (or 0xE77F75) is known color: Geraldine. HEX triplet: E7, 7F and 75. RGB value is (231,127,117). Sum of RGB (Red+Green+Blue) = 231+127+117=475 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.63% from 475); Green value is 127 (50% from 255 or 26.74% from 475); Blue value is 117 (46.09% from 255 or 24.63% from 475); Max value from RGB is 231 - color contains mainly: red. Hex color #E77F75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77F75 is #18808A. Grayscale: #9D9D9D. Windows color (decimal): -1605771 or 7700455. OLE color: 7700455.
HSL color Cylindrical-coordinate representation of color #E77F75: hue angle of 5.26º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E77F75 is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 127 | 117 | - |
| CMYK | 0 | 0.45 | 0.49 | 0.09 |
| HSL | 5.26º | 0.7% | 0.68% | - |
| HSV(B) | 5.26º | 0.49% | 0.91% | - |
| XYZ | 43.76 | 33.45 | 20.98 | - |
| YUV | 156.96 | 105.46 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 127 | 117 | 0 | 0.45 | 0.49 | 0.09 | 5.26 | 0.7 | 0.68 |
| Hex | E7 | 7F | 75 | 0 | 2D | 31 | 9 | 5 | 46 | 44 |
| Octal | 347 | 177 | 165 | 0 | 55 | 61 | 11 | 5 | 106 | 104 |
| Binary | 11100111 | 1111111 | 1110101 | 0 | 101101 | 110001 | 1001 | 101 | 1000110 | 1000100 |
Color Harmonies of #E77F75
Complementary color
Monochromatic Colors of #E77F75
Black with #E77F75
Text Example
Text Example
White with #E77F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77F75; }
p { color: rgb(231,127,117); }
H1.HeaderClassName
{
color: #E77F75;
}
.AnyTagClassName
{
color: #E77F75;
}
</style>
background-color css
<style>
a { background-color: #E77F75; }
a { background-color: rgb(231,127,117); }
div.DivClassName
{
background-color: #E77F75;
}
.BgClassName
{
background-color: #E77F75;
}
</style>
border-color css
<style>
span { border-color: #E77F75; }
span { border-color: rgb(231,127,117); }
td.TdClassName
{
border-color: #E77F75;
}
.TagClassName
{
border-color: #E77F75;
}
</style>