Shades of Feldspar #C78B77
Tints of Feldspar #C78B77
RGB
CMYK
RGB Variations
Color information
#C78B77 (or 0xC78B77) is known color: Feldspar. HEX triplet: C7, 8B and 77. RGB value is (199,139,119). Sum of RGB (Red+Green+Blue) = 199+139+119=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 139 (54.69% from 255 or 30.42% from 457); Blue value is 119 (46.88% from 255 or 26.04% from 457); Max value from RGB is 199 - color contains mainly: red. Hex color #C78B77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78B77 is #387488. Grayscale: #9A9A9A. Windows color (decimal): -3699849 or 7834567. OLE color: 7834567.
HSL color Cylindrical-coordinate representation of color #C78B77: hue angle of 15º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C78B77 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 139 | 119 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.22 |
| HSL | 15º | 0.42% | 0.62% | - |
| HSV(B) | 15º | 0.4% | 0.78% | - |
| XYZ | 36.12 | 31.94 | 21.71 | - |
| YUV | 154.66 | 107.88 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 139 | 119 | 0 | 0.30 | 0.40 | 0.22 | 15 | 0.42 | 0.62 |
| Hex | C7 | 8B | 77 | 0 | 1E | 28 | 16 | F | 2A | 3E |
| Octal | 307 | 213 | 167 | 0 | 36 | 50 | 26 | 17 | 52 | 76 |
| Binary | 11000111 | 10001011 | 1110111 | 0 | 11110 | 101000 | 10110 | 1111 | 101010 | 111110 |
Color Harmonies of #C78B77
Complementary color
Monochromatic Colors of #C78B77
Black with #C78B77
Text Example
Text Example
White with #C78B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78B77; }
p { color: rgb(199,139,119); }
H1.HeaderClassName
{
color: #C78B77;
}
.AnyTagClassName
{
color: #C78B77;
}
</style>
background-color css
<style>
a { background-color: #C78B77; }
a { background-color: rgb(199,139,119); }
div.DivClassName
{
background-color: #C78B77;
}
.BgClassName
{
background-color: #C78B77;
}
</style>
border-color css
<style>
span { border-color: #C78B77; }
span { border-color: rgb(199,139,119); }
td.TdClassName
{
border-color: #C78B77;
}
.TagClassName
{
border-color: #C78B77;
}
</style>