Shades of Geraldine #E77D68
Tints of Geraldine #E77D68
RGB
CMYK
RGB Variations
Color information
#E77D68 (or 0xE77D68) is known color: Geraldine. HEX triplet: E7, 7D and 68. RGB value is (231,125,104). Sum of RGB (Red+Green+Blue) = 231+125+104=460 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.22% from 460); Green value is 125 (49.22% from 255 or 27.17% from 460); Blue value is 104 (41.02% from 255 or 22.61% from 460); Max value from RGB is 231 - color contains mainly: red. Hex color #E77D68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77D68 is #188297. Grayscale: #9A9A9A. Windows color (decimal): -1606296 or 6847975. OLE color: 6847975.
HSL color Cylindrical-coordinate representation of color #E77D68: hue angle of 9.92º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E77D68 is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 125 | 104 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.09 |
| HSL | 9.92º | 0.73% | 0.66% | - |
| HSV(B) | 9.92º | 0.55% | 0.91% | - |
| XYZ | 42.79 | 32.66 | 17.14 | - |
| YUV | 154.3 | 99.62 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 125 | 104 | 0 | 0.46 | 0.55 | 0.09 | 9.92 | 0.73 | 0.66 |
| Hex | E7 | 7D | 68 | 0 | 2E | 37 | 9 | A | 49 | 42 |
| Octal | 347 | 175 | 150 | 0 | 56 | 67 | 11 | 12 | 111 | 102 |
| Binary | 11100111 | 1111101 | 1101000 | 0 | 101110 | 110111 | 1001 | 1010 | 1001001 | 1000010 |
Color Harmonies of #E77D68
Complementary color
Monochromatic Colors of #E77D68
Black with #E77D68
Text Example
Text Example
White with #E77D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77D68; }
p { color: rgb(231,125,104); }
H1.HeaderClassName
{
color: #E77D68;
}
.AnyTagClassName
{
color: #E77D68;
}
</style>
background-color css
<style>
a { background-color: #E77D68; }
a { background-color: rgb(231,125,104); }
div.DivClassName
{
background-color: #E77D68;
}
.BgClassName
{
background-color: #E77D68;
}
</style>
border-color css
<style>
span { border-color: #E77D68; }
span { border-color: rgb(231,125,104); }
td.TdClassName
{
border-color: #E77D68;
}
.TagClassName
{
border-color: #E77D68;
}
</style>