Shades of Geraldine #E77A6C
Tints of Geraldine #E77A6C
RGB
CMYK
RGB Variations
Color information
#E77A6C (or 0xE77A6C) is known color: Geraldine. HEX triplet: E7, 7A and 6C. RGB value is (231,122,108). Sum of RGB (Red+Green+Blue) = 231+122+108=461 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50.11% from 461); Green value is 122 (48.05% from 255 or 26.46% from 461); Blue value is 108 (42.58% from 255 or 23.43% from 461); Max value from RGB is 231 - color contains mainly: red. Hex color #E77A6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77A6C is #188593. Grayscale: #999999. Windows color (decimal): -1607060 or 7109351. OLE color: 7109351.
HSL color Cylindrical-coordinate representation of color #E77A6C: hue angle of 6.83º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E77A6C is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 122 | 108 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.09 |
| HSL | 6.83º | 0.72% | 0.66% | - |
| HSV(B) | 6.83º | 0.53% | 0.91% | - |
| XYZ | 42.62 | 31.99 | 18.12 | - |
| YUV | 153 | 102.61 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 122 | 108 | 0 | 0.47 | 0.53 | 0.09 | 6.83 | 0.72 | 0.66 |
| Hex | E7 | 7A | 6C | 0 | 2F | 35 | 9 | 7 | 48 | 42 |
| Octal | 347 | 172 | 154 | 0 | 57 | 65 | 11 | 7 | 110 | 102 |
| Binary | 11100111 | 1111010 | 1101100 | 0 | 101111 | 110101 | 1001 | 111 | 1001000 | 1000010 |
Color Harmonies of #E77A6C
Complementary color
Monochromatic Colors of #E77A6C
Black with #E77A6C
Text Example
Text Example
White with #E77A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77A6C; }
p { color: rgb(231,122,108); }
H1.HeaderClassName
{
color: #E77A6C;
}
.AnyTagClassName
{
color: #E77A6C;
}
</style>
background-color css
<style>
a { background-color: #E77A6C; }
a { background-color: rgb(231,122,108); }
div.DivClassName
{
background-color: #E77A6C;
}
.BgClassName
{
background-color: #E77A6C;
}
</style>
border-color css
<style>
span { border-color: #E77A6C; }
span { border-color: rgb(231,122,108); }
td.TdClassName
{
border-color: #E77A6C;
}
.TagClassName
{
border-color: #E77A6C;
}
</style>