Shades of Geraldine #E77C6D
Tints of Geraldine #E77C6D
RGB
CMYK
RGB Variations
Color information
#E77C6D (or 0xE77C6D) is known color: Geraldine. HEX triplet: E7, 7C and 6D. RGB value is (231,124,109). Sum of RGB (Red+Green+Blue) = 231+124+109=464 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.78% from 464); Green value is 124 (48.83% from 255 or 26.72% from 464); Blue value is 109 (42.97% from 255 or 23.49% from 464); Max value from RGB is 231 - color contains mainly: red. Hex color #E77C6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77C6D is #188392. Grayscale: #9A9A9A. Windows color (decimal): -1606547 or 7175399. OLE color: 7175399.
HSL color Cylindrical-coordinate representation of color #E77C6D: hue angle of 7.38º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E77C6D is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 124 | 109 | - |
| CMYK | 0 | 0.46 | 0.53 | 0.09 |
| HSL | 7.38º | 0.72% | 0.67% | - |
| HSV(B) | 7.38º | 0.53% | 0.91% | - |
| XYZ | 42.92 | 32.51 | 18.48 | - |
| YUV | 154.28 | 102.45 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 124 | 109 | 0 | 0.46 | 0.53 | 0.09 | 7.38 | 0.72 | 0.67 |
| Hex | E7 | 7C | 6D | 0 | 2E | 35 | 9 | 7 | 48 | 43 |
| Octal | 347 | 174 | 155 | 0 | 56 | 65 | 11 | 7 | 110 | 103 |
| Binary | 11100111 | 1111100 | 1101101 | 0 | 101110 | 110101 | 1001 | 111 | 1001000 | 1000011 |
Color Harmonies of #E77C6D
Complementary color
Monochromatic Colors of #E77C6D
Black with #E77C6D
Text Example
Text Example
White with #E77C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77C6D; }
p { color: rgb(231,124,109); }
H1.HeaderClassName
{
color: #E77C6D;
}
.AnyTagClassName
{
color: #E77C6D;
}
</style>
background-color css
<style>
a { background-color: #E77C6D; }
a { background-color: rgb(231,124,109); }
div.DivClassName
{
background-color: #E77C6D;
}
.BgClassName
{
background-color: #E77C6D;
}
</style>
border-color css
<style>
span { border-color: #E77C6D; }
span { border-color: rgb(231,124,109); }
td.TdClassName
{
border-color: #E77C6D;
}
.TagClassName
{
border-color: #E77C6D;
}
</style>