Shades of Geraldine #E77C6B
Tints of Geraldine #E77C6B
RGB
CMYK
RGB Variations
Color information
#E77C6B (or 0xE77C6B) is known color: Geraldine. HEX triplet: E7, 7C and 6B. RGB value is (231,124,107). Sum of RGB (Red+Green+Blue) = 231+124+107=462 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50% from 462); Green value is 124 (48.83% from 255 or 26.84% from 462); Blue value is 107 (42.19% from 255 or 23.16% from 462); Max value from RGB is 231 - color contains mainly: red. Hex color #E77C6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77C6B is #188394. Grayscale: #9A9A9A. Windows color (decimal): -1606549 or 7044327. OLE color: 7044327.
HSL color Cylindrical-coordinate representation of color #E77C6B: hue angle of 8.23º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E77C6B is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 124 | 107 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.09 |
| HSL | 8.23º | 0.72% | 0.66% | - |
| HSV(B) | 8.23º | 0.54% | 0.91% | - |
| XYZ | 42.82 | 32.47 | 17.92 | - |
| YUV | 154.06 | 101.45 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 124 | 107 | 0 | 0.46 | 0.54 | 0.09 | 8.23 | 0.72 | 0.66 |
| Hex | E7 | 7C | 6B | 0 | 2E | 36 | 9 | 8 | 48 | 42 |
| Octal | 347 | 174 | 153 | 0 | 56 | 66 | 11 | 10 | 110 | 102 |
| Binary | 11100111 | 1111100 | 1101011 | 0 | 101110 | 110110 | 1001 | 1000 | 1001000 | 1000010 |
Color Harmonies of #E77C6B
Complementary color
Monochromatic Colors of #E77C6B
Black with #E77C6B
Text Example
Text Example
White with #E77C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77C6B; }
p { color: rgb(231,124,107); }
H1.HeaderClassName
{
color: #E77C6B;
}
.AnyTagClassName
{
color: #E77C6B;
}
</style>
background-color css
<style>
a { background-color: #E77C6B; }
a { background-color: rgb(231,124,107); }
div.DivClassName
{
background-color: #E77C6B;
}
.BgClassName
{
background-color: #E77C6B;
}
</style>
border-color css
<style>
span { border-color: #E77C6B; }
span { border-color: rgb(231,124,107); }
td.TdClassName
{
border-color: #E77C6B;
}
.TagClassName
{
border-color: #E77C6B;
}
</style>