Shades of Geraldine #E77F73
Tints of Geraldine #E77F73
RGB
CMYK
RGB Variations
Color information
#E77F73 (or 0xE77F73) is known color: Geraldine. HEX triplet: E7, 7F and 73. RGB value is (231,127,115). Sum of RGB (Red+Green+Blue) = 231+127+115=473 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.84% from 473); Green value is 127 (50% from 255 or 26.85% from 473); Blue value is 115 (45.31% from 255 or 24.31% from 473); Max value from RGB is 231 - color contains mainly: red. Hex color #E77F73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77F73 is #18808C. Grayscale: #9C9C9C. Windows color (decimal): -1605773 or 7569383. OLE color: 7569383.
HSL color Cylindrical-coordinate representation of color #E77F73: hue angle of 6.21º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E77F73 is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 127 | 115 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.09 |
| HSL | 6.21º | 0.71% | 0.68% | - |
| HSV(B) | 6.21º | 0.5% | 0.91% | - |
| XYZ | 43.64 | 33.41 | 20.37 | - |
| YUV | 156.73 | 104.46 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 127 | 115 | 0 | 0.45 | 0.50 | 0.09 | 6.21 | 0.71 | 0.68 |
| Hex | E7 | 7F | 73 | 0 | 2D | 32 | 9 | 6 | 47 | 44 |
| Octal | 347 | 177 | 163 | 0 | 55 | 62 | 11 | 6 | 107 | 104 |
| Binary | 11100111 | 1111111 | 1110011 | 0 | 101101 | 110010 | 1001 | 110 | 1000111 | 1000100 |
Color Harmonies of #E77F73
Complementary color
Monochromatic Colors of #E77F73
Black with #E77F73
Text Example
Text Example
White with #E77F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77F73; }
p { color: rgb(231,127,115); }
H1.HeaderClassName
{
color: #E77F73;
}
.AnyTagClassName
{
color: #E77F73;
}
</style>
background-color css
<style>
a { background-color: #E77F73; }
a { background-color: rgb(231,127,115); }
div.DivClassName
{
background-color: #E77F73;
}
.BgClassName
{
background-color: #E77F73;
}
</style>
border-color css
<style>
span { border-color: #E77F73; }
span { border-color: rgb(231,127,115); }
td.TdClassName
{
border-color: #E77F73;
}
.TagClassName
{
border-color: #E77F73;
}
</style>