Shades of Feldspar #C78D76
Tints of Feldspar #C78D76
RGB
CMYK
RGB Variations
Color information
#C78D76 (or 0xC78D76) is known color: Feldspar. HEX triplet: C7, 8D and 76. RGB value is (199,141,118). Sum of RGB (Red+Green+Blue) = 199+141+118=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 141 (55.47% from 255 or 30.79% from 458); Blue value is 118 (46.48% from 255 or 25.76% from 458); Max value from RGB is 199 - color contains mainly: red. Hex color #C78D76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78D76 is #387289. Grayscale: #9B9B9B. Windows color (decimal): -3699338 or 7769543. OLE color: 7769543.
HSL color Cylindrical-coordinate representation of color #C78D76: hue angle of 17.04º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C78D76 is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 141 | 118 | - |
| CMYK | 0 | 0.29 | 0.41 | 0.22 |
| HSL | 17.04º | 0.42% | 0.62% | - |
| HSV(B) | 17.04º | 0.41% | 0.78% | - |
| XYZ | 36.35 | 32.5 | 21.5 | - |
| YUV | 155.72 | 106.72 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 141 | 118 | 0 | 0.29 | 0.41 | 0.22 | 17.04 | 0.42 | 0.62 |
| Hex | C7 | 8D | 76 | 0 | 1D | 29 | 16 | 11 | 2A | 3E |
| Octal | 307 | 215 | 166 | 0 | 35 | 51 | 26 | 21 | 52 | 76 |
| Binary | 11000111 | 10001101 | 1110110 | 0 | 11101 | 101001 | 10110 | 10001 | 101010 | 111110 |
Color Harmonies of #C78D76
Complementary color
Monochromatic Colors of #C78D76
Black with #C78D76
Text Example
Text Example
White with #C78D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78D76; }
p { color: rgb(199,141,118); }
H1.HeaderClassName
{
color: #C78D76;
}
.AnyTagClassName
{
color: #C78D76;
}
</style>
background-color css
<style>
a { background-color: #C78D76; }
a { background-color: rgb(199,141,118); }
div.DivClassName
{
background-color: #C78D76;
}
.BgClassName
{
background-color: #C78D76;
}
</style>
border-color css
<style>
span { border-color: #C78D76; }
span { border-color: rgb(199,141,118); }
td.TdClassName
{
border-color: #C78D76;
}
.TagClassName
{
border-color: #C78D76;
}
</style>