Shades of Geraldine #E77E7B
Tints of Geraldine #E77E7B
RGB
CMYK
RGB Variations
Color information
#E77E7B (or 0xE77E7B) is known color: Geraldine. HEX triplet: E7, 7E and 7B. RGB value is (231,126,123). Sum of RGB (Red+Green+Blue) = 231+126+123=480 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.12% from 480); Green value is 126 (49.61% from 255 or 26.25% from 480); Blue value is 123 (48.44% from 255 or 25.62% from 480); Max value from RGB is 231 - color contains mainly: red. Hex color #E77E7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77E7B is #188184. Grayscale: #9D9D9D. Windows color (decimal): -1606021 or 8093415. OLE color: 8093415.
HSL color Cylindrical-coordinate representation of color #E77E7B: hue angle of 1.67º 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 #E77E7B is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 126 | 123 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.09 |
| HSL | 1.67º | 0.69% | 0.69% | - |
| HSV(B) | 1.67º | 0.47% | 0.91% | - |
| XYZ | 43.99 | 33.34 | 22.86 | - |
| YUV | 157.05 | 108.79 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 126 | 123 | 0 | 0.45 | 0.47 | 0.09 | 1.67 | 0.69 | 0.69 |
| Hex | E7 | 7E | 7B | 0 | 2D | 2F | 9 | 2 | 45 | 45 |
| Octal | 347 | 176 | 173 | 0 | 55 | 57 | 11 | 2 | 105 | 105 |
| Binary | 11100111 | 1111110 | 1111011 | 0 | 101101 | 101111 | 1001 | 10 | 1000101 | 1000101 |
Color Harmonies of #E77E7B
Complementary color
Monochromatic Colors of #E77E7B
Black with #E77E7B
Text Example
Text Example
White with #E77E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77E7B; }
p { color: rgb(231,126,123); }
H1.HeaderClassName
{
color: #E77E7B;
}
.AnyTagClassName
{
color: #E77E7B;
}
</style>
background-color css
<style>
a { background-color: #E77E7B; }
a { background-color: rgb(231,126,123); }
div.DivClassName
{
background-color: #E77E7B;
}
.BgClassName
{
background-color: #E77E7B;
}
</style>
border-color css
<style>
span { border-color: #E77E7B; }
span { border-color: rgb(231,126,123); }
td.TdClassName
{
border-color: #E77E7B;
}
.TagClassName
{
border-color: #E77E7B;
}
</style>