Shades of Feldspar #D78F75
Tints of Feldspar #D78F75
RGB
CMYK
RGB Variations
Color information
#D78F75 (or 0xD78F75) is known color: Feldspar. HEX triplet: D7, 8F and 75. RGB value is (215,143,117). Sum of RGB (Red+Green+Blue) = 215+143+117=475 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.26% from 475); Green value is 143 (56.25% from 255 or 30.11% from 475); Blue value is 117 (46.09% from 255 or 24.63% from 475); Max value from RGB is 215 - color contains mainly: red. Hex color #D78F75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78F75 is #28708A. Grayscale: #A1A1A1. Windows color (decimal): -2650251 or 7704535. OLE color: 7704535.
HSL color Cylindrical-coordinate representation of color #D78F75: hue angle of 15.92º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D78F75 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 143 | 117 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.16 |
| HSL | 15.92º | 0.55% | 0.65% | - |
| HSV(B) | 15.92º | 0.46% | 0.84% | - |
| XYZ | 41.06 | 35.38 | 21.49 | - |
| YUV | 161.56 | 102.85 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 143 | 117 | 0 | 0.33 | 0.46 | 0.16 | 15.92 | 0.55 | 0.65 |
| Hex | D7 | 8F | 75 | 0 | 21 | 2E | 10 | 10 | 37 | 41 |
| Octal | 327 | 217 | 165 | 0 | 41 | 56 | 20 | 20 | 67 | 101 |
| Binary | 11010111 | 10001111 | 1110101 | 0 | 100001 | 101110 | 10000 | 10000 | 110111 | 1000001 |
Color Harmonies of #D78F75
Complementary color
Monochromatic Colors of #D78F75
Black with #D78F75
Text Example
Text Example
White with #D78F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78F75; }
p { color: rgb(215,143,117); }
H1.HeaderClassName
{
color: #D78F75;
}
.AnyTagClassName
{
color: #D78F75;
}
</style>
background-color css
<style>
a { background-color: #D78F75; }
a { background-color: rgb(215,143,117); }
div.DivClassName
{
background-color: #D78F75;
}
.BgClassName
{
background-color: #D78F75;
}
</style>
border-color css
<style>
span { border-color: #D78F75; }
span { border-color: rgb(215,143,117); }
td.TdClassName
{
border-color: #D78F75;
}
.TagClassName
{
border-color: #D78F75;
}
</style>