Shades of Geraldine #E7726C
Tints of Geraldine #E7726C
RGB
CMYK
RGB Variations
Color information
#E7726C (or 0xE7726C) is known color: Geraldine. HEX triplet: E7, 72 and 6C. RGB value is (231,114,108). Sum of RGB (Red+Green+Blue) = 231+114+108=453 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.99% from 453); Green value is 114 (44.92% from 255 or 25.17% from 453); Blue value is 108 (42.58% from 255 or 23.84% from 453); Max value from RGB is 231 - color contains mainly: red. Hex color #E7726C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7726C is #188D93. Grayscale: #949494. Windows color (decimal): -1609108 or 7107303. OLE color: 7107303.
HSL color Cylindrical-coordinate representation of color #E7726C: hue angle of 2.93º 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 #E7726C is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 114 | 108 | - |
| CMYK | 0 | 0.51 | 0.53 | 0.09 |
| HSL | 2.93º | 0.72% | 0.66% | - |
| HSV(B) | 2.93º | 0.53% | 0.91% | - |
| XYZ | 41.68 | 30.11 | 17.8 | - |
| YUV | 148.3 | 105.26 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 114 | 108 | 0 | 0.51 | 0.53 | 0.09 | 2.93 | 0.72 | 0.66 |
| Hex | E7 | 72 | 6C | 0 | 33 | 35 | 9 | 3 | 48 | 42 |
| Octal | 347 | 162 | 154 | 0 | 63 | 65 | 11 | 3 | 110 | 102 |
| Binary | 11100111 | 1110010 | 1101100 | 0 | 110011 | 110101 | 1001 | 11 | 1001000 | 1000010 |
Color Harmonies of #E7726C
Complementary color
Monochromatic Colors of #E7726C
Black with #E7726C
Text Example
Text Example
White with #E7726C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7726C; }
p { color: rgb(231,114,108); }
H1.HeaderClassName
{
color: #E7726C;
}
.AnyTagClassName
{
color: #E7726C;
}
</style>
background-color css
<style>
a { background-color: #E7726C; }
a { background-color: rgb(231,114,108); }
div.DivClassName
{
background-color: #E7726C;
}
.BgClassName
{
background-color: #E7726C;
}
</style>
border-color css
<style>
span { border-color: #E7726C; }
span { border-color: rgb(231,114,108); }
td.TdClassName
{
border-color: #E7726C;
}
.TagClassName
{
border-color: #E7726C;
}
</style>