Shades of Dark Khaki #B7B078
Tints of Dark Khaki #B7B078
RGB
CMYK
RGB Variations
Color information
#B7B078 (or 0xB7B078) is known color: Dark Khaki. HEX triplet: B7, B0 and 78. RGB value is (183,176,120). Sum of RGB (Red+Green+Blue) = 183+176+120=479 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.20% from 479); Green value is 176 (69.14% from 255 or 36.74% from 479); Blue value is 120 (47.27% from 255 or 25.05% from 479); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7B078 is #484F87. Grayscale: #ABABAB. Windows color (decimal): -4738952 or 7909559. OLE color: 7909559.
HSL color Cylindrical-coordinate representation of color #B7B078: hue angle of 53.33º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B7B078 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 176 | 120 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.28 |
| HSL | 53.33º | 0.3% | 0.59% | - |
| HSV(B) | 53.33º | 0.34% | 0.72% | - |
| XYZ | 38.44 | 42.47 | 23.94 | - |
| YUV | 171.71 | 98.82 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 176 | 120 | 0 | 0.04 | 0.34 | 0.28 | 53.33 | 0.3 | 0.59 |
| Hex | B7 | B0 | 78 | 0 | 4 | 22 | 1C | 35 | 1E | 3B |
| Octal | 267 | 260 | 170 | 0 | 4 | 42 | 34 | 65 | 36 | 73 |
| Binary | 10110111 | 10110000 | 1111000 | 0 | 100 | 100010 | 11100 | 110101 | 11110 | 111011 |
Color Harmonies of #B7B078
Complementary color
Monochromatic Colors of #B7B078
Black with #B7B078
Text Example
Text Example
White with #B7B078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B078; }
p { color: rgb(183,176,120); }
H1.HeaderClassName
{
color: #B7B078;
}
.AnyTagClassName
{
color: #B7B078;
}
</style>
background-color css
<style>
a { background-color: #B7B078; }
a { background-color: rgb(183,176,120); }
div.DivClassName
{
background-color: #B7B078;
}
.BgClassName
{
background-color: #B7B078;
}
</style>
border-color css
<style>
span { border-color: #B7B078; }
span { border-color: rgb(183,176,120); }
td.TdClassName
{
border-color: #B7B078;
}
.TagClassName
{
border-color: #B7B078;
}
</style>