Shades of Feldspar #C78A76
Tints of Feldspar #C78A76
RGB
CMYK
RGB Variations
Color information
#C78A76 (or 0xC78A76) is known color: Feldspar. HEX triplet: C7, 8A and 76. RGB value is (199,138,118). Sum of RGB (Red+Green+Blue) = 199+138+118=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 138 (54.30% from 255 or 30.33% from 455); Blue value is 118 (46.48% from 255 or 25.93% from 455); Max value from RGB is 199 - color contains mainly: red. Hex color #C78A76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78A76 is #387589. Grayscale: #9A9A9A. Windows color (decimal): -3700106 or 7768775. OLE color: 7768775.
HSL color Cylindrical-coordinate representation of color #C78A76: hue angle of 14.81º 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 #C78A76 is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 138 | 118 | - |
| CMYK | 0 | 0.31 | 0.41 | 0.22 |
| HSL | 14.81º | 0.42% | 0.62% | - |
| HSV(B) | 14.81º | 0.41% | 0.78% | - |
| XYZ | 35.91 | 31.63 | 21.35 | - |
| YUV | 153.96 | 107.71 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 138 | 118 | 0 | 0.31 | 0.41 | 0.22 | 14.81 | 0.42 | 0.62 |
| Hex | C7 | 8A | 76 | 0 | 1F | 29 | 16 | F | 2A | 3E |
| Octal | 307 | 212 | 166 | 0 | 37 | 51 | 26 | 17 | 52 | 76 |
| Binary | 11000111 | 10001010 | 1110110 | 0 | 11111 | 101001 | 10110 | 1111 | 101010 | 111110 |
Color Harmonies of #C78A76
Complementary color
Monochromatic Colors of #C78A76
Black with #C78A76
Text Example
Text Example
White with #C78A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78A76; }
p { color: rgb(199,138,118); }
H1.HeaderClassName
{
color: #C78A76;
}
.AnyTagClassName
{
color: #C78A76;
}
</style>
background-color css
<style>
a { background-color: #C78A76; }
a { background-color: rgb(199,138,118); }
div.DivClassName
{
background-color: #C78A76;
}
.BgClassName
{
background-color: #C78A76;
}
</style>
border-color css
<style>
span { border-color: #C78A76; }
span { border-color: rgb(199,138,118); }
td.TdClassName
{
border-color: #C78A76;
}
.TagClassName
{
border-color: #C78A76;
}
</style>