Shades of Dark Khaki #C7B872
Tints of Dark Khaki #C7B872
RGB
CMYK
RGB Variations
Color information
#C7B872 (or 0xC7B872) is known color: Dark Khaki. HEX triplet: C7, B8 and 72. RGB value is (199,184,114). Sum of RGB (Red+Green+Blue) = 199+184+114=497 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.04% from 497); Green value is 184 (72.27% from 255 or 37.02% from 497); Blue value is 114 (44.92% from 255 or 22.94% from 497); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B872 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B872 is #38478D. Grayscale: #B4B4B4. Windows color (decimal): -3688334 or 7518407. OLE color: 7518407.
HSL color Cylindrical-coordinate representation of color #C7B872: hue angle of 49.41º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C7B872 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 184 | 114 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.22 |
| HSL | 49.41º | 0.43% | 0.61% | - |
| HSV(B) | 49.41º | 0.43% | 0.78% | - |
| XYZ | 43.73 | 47.64 | 22.81 | - |
| YUV | 180.51 | 90.47 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 184 | 114 | 0 | 0.08 | 0.43 | 0.22 | 49.41 | 0.43 | 0.61 |
| Hex | C7 | B8 | 72 | 0 | 8 | 2B | 16 | 31 | 2B | 3D |
| Octal | 307 | 270 | 162 | 0 | 10 | 53 | 26 | 61 | 53 | 75 |
| Binary | 11000111 | 10111000 | 1110010 | 0 | 1000 | 101011 | 10110 | 110001 | 101011 | 111101 |
Color Harmonies of #C7B872
Complementary color
Monochromatic Colors of #C7B872
Black with #C7B872
Text Example
Text Example
White with #C7B872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B872; }
p { color: rgb(199,184,114); }
H1.HeaderClassName
{
color: #C7B872;
}
.AnyTagClassName
{
color: #C7B872;
}
</style>
background-color css
<style>
a { background-color: #C7B872; }
a { background-color: rgb(199,184,114); }
div.DivClassName
{
background-color: #C7B872;
}
.BgClassName
{
background-color: #C7B872;
}
</style>
border-color css
<style>
span { border-color: #C7B872; }
span { border-color: rgb(199,184,114); }
td.TdClassName
{
border-color: #C7B872;
}
.TagClassName
{
border-color: #C7B872;
}
</style>