Shades of Geraldine #E77D7B
Tints of Geraldine #E77D7B
RGB
CMYK
RGB Variations
Color information
#E77D7B (or 0xE77D7B) is known color: Geraldine. HEX triplet: E7, 7D and 7B. RGB value is (231,125,123). Sum of RGB (Red+Green+Blue) = 231+125+123=479 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.23% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 123 (48.44% from 255 or 25.68% from 479); Max value from RGB is 231 - color contains mainly: red. Hex color #E77D7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77D7B is #188284. Grayscale: #9C9C9C. Windows color (decimal): -1606277 or 8093159. OLE color: 8093159.
HSL color Cylindrical-coordinate representation of color #E77D7B: hue angle of 1.11º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E77D7B is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 125 | 123 | - |
| CMYK | 0 | 0.46 | 0.47 | 0.09 |
| HSL | 1.11º | 0.69% | 0.69% | - |
| HSV(B) | 1.11º | 0.47% | 0.91% | - |
| XYZ | 43.86 | 33.09 | 22.81 | - |
| YUV | 156.47 | 109.12 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 125 | 123 | 0 | 0.46 | 0.47 | 0.09 | 1.11 | 0.69 | 0.69 |
| Hex | E7 | 7D | 7B | 0 | 2E | 2F | 9 | 1 | 45 | 45 |
| Octal | 347 | 175 | 173 | 0 | 56 | 57 | 11 | 1 | 105 | 105 |
| Binary | 11100111 | 1111101 | 1111011 | 0 | 101110 | 101111 | 1001 | 1 | 1000101 | 1000101 |
Color Harmonies of #E77D7B
Complementary color
Monochromatic Colors of #E77D7B
Black with #E77D7B
Text Example
Text Example
White with #E77D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77D7B; }
p { color: rgb(231,125,123); }
H1.HeaderClassName
{
color: #E77D7B;
}
.AnyTagClassName
{
color: #E77D7B;
}
</style>
background-color css
<style>
a { background-color: #E77D7B; }
a { background-color: rgb(231,125,123); }
div.DivClassName
{
background-color: #E77D7B;
}
.BgClassName
{
background-color: #E77D7B;
}
</style>
border-color css
<style>
span { border-color: #E77D7B; }
span { border-color: rgb(231,125,123); }
td.TdClassName
{
border-color: #E77D7B;
}
.TagClassName
{
border-color: #E77D7B;
}
</style>