Shades of Dark Khaki #C7BC74
Tints of Dark Khaki #C7BC74
RGB
CMYK
RGB Variations
Color information
#C7BC74 (or 0xC7BC74) is known color: Dark Khaki. HEX triplet: C7, BC and 74. RGB value is (199,188,116). Sum of RGB (Red+Green+Blue) = 199+188+116=503 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.56% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 116 (45.70% from 255 or 23.06% from 503); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BC74 is #38438B. Grayscale: #B7B7B7. Windows color (decimal): -3687308 or 7650503. OLE color: 7650503.
HSL color Cylindrical-coordinate representation of color #C7BC74: hue angle of 52.05º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C7BC74 is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 188 | 116 | - |
| CMYK | 0 | 0.06 | 0.42 | 0.22 |
| HSL | 52.05º | 0.43% | 0.62% | - |
| HSV(B) | 52.05º | 0.42% | 0.78% | - |
| XYZ | 44.69 | 49.37 | 23.7 | - |
| YUV | 183.08 | 90.14 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 188 | 116 | 0 | 0.06 | 0.42 | 0.22 | 52.05 | 0.43 | 0.62 |
| Hex | C7 | BC | 74 | 0 | 6 | 2A | 16 | 34 | 2B | 3E |
| Octal | 307 | 274 | 164 | 0 | 6 | 52 | 26 | 64 | 53 | 76 |
| Binary | 11000111 | 10111100 | 1110100 | 0 | 110 | 101010 | 10110 | 110100 | 101011 | 111110 |
Color Harmonies of #C7BC74
Complementary color
Monochromatic Colors of #C7BC74
Black with #C7BC74
Text Example
Text Example
White with #C7BC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BC74; }
p { color: rgb(199,188,116); }
H1.HeaderClassName
{
color: #C7BC74;
}
.AnyTagClassName
{
color: #C7BC74;
}
</style>
background-color css
<style>
a { background-color: #C7BC74; }
a { background-color: rgb(199,188,116); }
div.DivClassName
{
background-color: #C7BC74;
}
.BgClassName
{
background-color: #C7BC74;
}
</style>
border-color css
<style>
span { border-color: #C7BC74; }
span { border-color: rgb(199,188,116); }
td.TdClassName
{
border-color: #C7BC74;
}
.TagClassName
{
border-color: #C7BC74;
}
</style>