Shades of Geraldine #E77B72
Tints of Geraldine #E77B72
RGB
CMYK
RGB Variations
Color information
#E77B72 (or 0xE77B72) is known color: Geraldine. HEX triplet: E7, 7B and 72. RGB value is (231,123,114). Sum of RGB (Red+Green+Blue) = 231+123+114=468 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.36% from 468); Green value is 123 (48.44% from 255 or 26.28% from 468); Blue value is 114 (44.92% from 255 or 24.36% from 468); Max value from RGB is 231 - color contains mainly: red. Hex color #E77B72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77B72 is #18848D. Grayscale: #9A9A9A. Windows color (decimal): -1606798 or 7502823. OLE color: 7502823.
HSL color Cylindrical-coordinate representation of color #E77B72: hue angle of 4.62º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E77B72 is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 123 | 114 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.09 |
| HSL | 4.62º | 0.71% | 0.68% | - |
| HSV(B) | 4.62º | 0.51% | 0.91% | - |
| XYZ | 43.08 | 32.37 | 19.9 | - |
| YUV | 154.27 | 105.28 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 123 | 114 | 0 | 0.47 | 0.51 | 0.09 | 4.62 | 0.71 | 0.68 |
| Hex | E7 | 7B | 72 | 0 | 2F | 33 | 9 | 5 | 47 | 44 |
| Octal | 347 | 173 | 162 | 0 | 57 | 63 | 11 | 5 | 107 | 104 |
| Binary | 11100111 | 1111011 | 1110010 | 0 | 101111 | 110011 | 1001 | 101 | 1000111 | 1000100 |
Color Harmonies of #E77B72
Complementary color
Monochromatic Colors of #E77B72
Black with #E77B72
Text Example
Text Example
White with #E77B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77B72; }
p { color: rgb(231,123,114); }
H1.HeaderClassName
{
color: #E77B72;
}
.AnyTagClassName
{
color: #E77B72;
}
</style>
background-color css
<style>
a { background-color: #E77B72; }
a { background-color: rgb(231,123,114); }
div.DivClassName
{
background-color: #E77B72;
}
.BgClassName
{
background-color: #E77B72;
}
</style>
border-color css
<style>
span { border-color: #E77B72; }
span { border-color: rgb(231,123,114); }
td.TdClassName
{
border-color: #E77B72;
}
.TagClassName
{
border-color: #E77B72;
}
</style>