Shades of Charm #D07B7E
Tints of Charm #D07B7E
RGB
CMYK
RGB Variations
Color information
#D07B7E (or 0xD07B7E) is known color: Charm. HEX triplet: D0, 7B and 7E. RGB value is (208,123,126). Sum of RGB (Red+Green+Blue) = 208+123+126=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 123 (48.44% from 255 or 26.91% from 457); Blue value is 126 (49.61% from 255 or 27.57% from 457); Max value from RGB is 208 - color contains mainly: red. Hex color #D07B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07B7E is #2F8481. Grayscale: #949494. Windows color (decimal): -3114114 or 8289232. OLE color: 8289232.
HSL color Cylindrical-coordinate representation of color #D07B7E: hue angle of 357.88º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D07B7E is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 123 | 126 | - |
| CMYK | 0 | 0.41 | 0.39 | 0.18 |
| HSL | 357.88º | 0.47% | 0.65% | - |
| HSV(B) | 357.88º | 0.41% | 0.82% | - |
| XYZ | 36.86 | 29.08 | 23.41 | - |
| YUV | 148.76 | 115.16 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 123 | 126 | 0 | 0.41 | 0.39 | 0.18 | 357.88 | 0.47 | 0.65 |
| Hex | D0 | 7B | 7E | 0 | 29 | 27 | 12 | 166 | 2F | 41 |
| Octal | 320 | 173 | 176 | 0 | 51 | 47 | 22 | 546 | 57 | 101 |
| Binary | 11010000 | 1111011 | 1111110 | 0 | 101001 | 100111 | 10010 | 101100110 | 101111 | 1000001 |
Color Harmonies of #D07B7E
Complementary color
Monochromatic Colors of #D07B7E
Black with #D07B7E
Text Example
Text Example
White with #D07B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07B7E; }
p { color: rgb(208,123,126); }
H1.HeaderClassName
{
color: #D07B7E;
}
.AnyTagClassName
{
color: #D07B7E;
}
</style>
background-color css
<style>
a { background-color: #D07B7E; }
a { background-color: rgb(208,123,126); }
div.DivClassName
{
background-color: #D07B7E;
}
.BgClassName
{
background-color: #D07B7E;
}
</style>
border-color css
<style>
span { border-color: #D07B7E; }
span { border-color: rgb(208,123,126); }
td.TdClassName
{
border-color: #D07B7E;
}
.TagClassName
{
border-color: #D07B7E;
}
</style>