Shades of Geraldine #D7726C
Tints of Geraldine #D7726C
RGB
CMYK
RGB Variations
Color information
#D7726C (or 0xD7726C) is known color: Geraldine. HEX triplet: D7, 72 and 6C. RGB value is (215,114,108). Sum of RGB (Red+Green+Blue) = 215+114+108=437 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.20% from 437); Green value is 114 (44.92% from 255 or 26.09% from 437); Blue value is 108 (42.58% from 255 or 24.71% from 437); Max value from RGB is 215 - color contains mainly: red. Hex color #D7726C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7726C is #288D93. Grayscale: #8F8F8F. Windows color (decimal): -2657684 or 7107287. OLE color: 7107287.
HSL color Cylindrical-coordinate representation of color #D7726C: hue angle of 3.36º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D7726C is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 114 | 108 | - |
| CMYK | 0 | 0.47 | 0.50 | 0.16 |
| HSL | 3.36º | 0.57% | 0.63% | - |
| HSV(B) | 3.36º | 0.5% | 0.84% | - |
| XYZ | 36.75 | 27.56 | 17.57 | - |
| YUV | 143.52 | 107.96 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 114 | 108 | 0 | 0.47 | 0.50 | 0.16 | 3.36 | 0.57 | 0.63 |
| Hex | D7 | 72 | 6C | 0 | 2F | 32 | 10 | 3 | 39 | 3F |
| Octal | 327 | 162 | 154 | 0 | 57 | 62 | 20 | 3 | 71 | 77 |
| Binary | 11010111 | 1110010 | 1101100 | 0 | 101111 | 110010 | 10000 | 11 | 111001 | 111111 |
Color Harmonies of #D7726C
Complementary color
Monochromatic Colors of #D7726C
Black with #D7726C
Text Example
Text Example
White with #D7726C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7726C; }
p { color: rgb(215,114,108); }
H1.HeaderClassName
{
color: #D7726C;
}
.AnyTagClassName
{
color: #D7726C;
}
</style>
background-color css
<style>
a { background-color: #D7726C; }
a { background-color: rgb(215,114,108); }
div.DivClassName
{
background-color: #D7726C;
}
.BgClassName
{
background-color: #D7726C;
}
</style>
border-color css
<style>
span { border-color: #D7726C; }
span { border-color: rgb(215,114,108); }
td.TdClassName
{
border-color: #D7726C;
}
.TagClassName
{
border-color: #D7726C;
}
</style>