Shades of Geraldine #E77D75
Tints of Geraldine #E77D75
RGB
CMYK
RGB Variations
Color information
#E77D75 (or 0xE77D75) is known color: Geraldine. HEX triplet: E7, 7D and 75. RGB value is (231,125,117). Sum of RGB (Red+Green+Blue) = 231+125+117=473 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.84% from 473); Green value is 125 (49.22% from 255 or 26.43% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 231 - color contains mainly: red. Hex color #E77D75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77D75 is #18828A. Grayscale: #9B9B9B. Windows color (decimal): -1606283 or 7699943. OLE color: 7699943.
HSL color Cylindrical-coordinate representation of color #E77D75: hue angle of 4.21º 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 #E77D75 is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 125 | 117 | - |
| CMYK | 0 | 0.46 | 0.49 | 0.09 |
| HSL | 4.21º | 0.7% | 0.68% | - |
| HSV(B) | 4.21º | 0.49% | 0.91% | - |
| XYZ | 43.5 | 32.94 | 20.9 | - |
| YUV | 155.78 | 106.12 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 125 | 117 | 0 | 0.46 | 0.49 | 0.09 | 4.21 | 0.7 | 0.68 |
| Hex | E7 | 7D | 75 | 0 | 2E | 31 | 9 | 4 | 46 | 44 |
| Octal | 347 | 175 | 165 | 0 | 56 | 61 | 11 | 4 | 106 | 104 |
| Binary | 11100111 | 1111101 | 1110101 | 0 | 101110 | 110001 | 1001 | 100 | 1000110 | 1000100 |
Color Harmonies of #E77D75
Complementary color
Monochromatic Colors of #E77D75
Black with #E77D75
Text Example
Text Example
White with #E77D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77D75; }
p { color: rgb(231,125,117); }
H1.HeaderClassName
{
color: #E77D75;
}
.AnyTagClassName
{
color: #E77D75;
}
</style>
background-color css
<style>
a { background-color: #E77D75; }
a { background-color: rgb(231,125,117); }
div.DivClassName
{
background-color: #E77D75;
}
.BgClassName
{
background-color: #E77D75;
}
</style>
border-color css
<style>
span { border-color: #E77D75; }
span { border-color: rgb(231,125,117); }
td.TdClassName
{
border-color: #E77D75;
}
.TagClassName
{
border-color: #E77D75;
}
</style>