Shades of Dark Khaki #B7B277
Tints of Dark Khaki #B7B277
RGB
CMYK
RGB Variations
Color information
#B7B277 (or 0xB7B277) is known color: Dark Khaki. HEX triplet: B7, B2 and 77. RGB value is (183,178,119). Sum of RGB (Red+Green+Blue) = 183+178+119=480 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.12% from 480); Green value is 178 (69.92% from 255 or 37.08% from 480); Blue value is 119 (46.88% from 255 or 24.79% from 480); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7B277 is #484D88. Grayscale: #ADADAD. Windows color (decimal): -4738441 or 7844535. OLE color: 7844535.
HSL color Cylindrical-coordinate representation of color #B7B277: hue angle of 55.31º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B7B277 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 178 | 119 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.28 |
| HSL | 55.31º | 0.31% | 0.59% | - |
| HSV(B) | 55.31º | 0.35% | 0.72% | - |
| XYZ | 38.78 | 43.24 | 23.76 | - |
| YUV | 172.77 | 97.66 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 178 | 119 | 0 | 0.03 | 0.35 | 0.28 | 55.31 | 0.31 | 0.59 |
| Hex | B7 | B2 | 77 | 0 | 3 | 23 | 1C | 37 | 1F | 3B |
| Octal | 267 | 262 | 167 | 0 | 3 | 43 | 34 | 67 | 37 | 73 |
| Binary | 10110111 | 10110010 | 1110111 | 0 | 11 | 100011 | 11100 | 110111 | 11111 | 111011 |
Color Harmonies of #B7B277
Complementary color
Monochromatic Colors of #B7B277
Black with #B7B277
Text Example
Text Example
White with #B7B277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B277; }
p { color: rgb(183,178,119); }
H1.HeaderClassName
{
color: #B7B277;
}
.AnyTagClassName
{
color: #B7B277;
}
</style>
background-color css
<style>
a { background-color: #B7B277; }
a { background-color: rgb(183,178,119); }
div.DivClassName
{
background-color: #B7B277;
}
.BgClassName
{
background-color: #B7B277;
}
</style>
border-color css
<style>
span { border-color: #B7B277; }
span { border-color: rgb(183,178,119); }
td.TdClassName
{
border-color: #B7B277;
}
.TagClassName
{
border-color: #B7B277;
}
</style>