Shades of Ecru #B7AD77
Tints of Ecru #B7AD77
RGB
CMYK
RGB Variations
Color information
#B7AD77 (or 0xB7AD77) is known color: Ecru. HEX triplet: B7, AD and 77. RGB value is (183,173,119). Sum of RGB (Red+Green+Blue) = 183+173+119=475 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.53% from 475); Green value is 173 (67.97% from 255 or 36.42% from 475); Blue value is 119 (46.88% from 255 or 25.05% from 475); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AD77 is #485288. Grayscale: #AAAAAA. Windows color (decimal): -4739721 or 7843255. OLE color: 7843255.
HSL color Cylindrical-coordinate representation of color #B7AD77: hue angle of 50.62º 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 #B7AD77 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 173 | 119 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.28 |
| HSL | 50.63º | 0.31% | 0.59% | - |
| HSV(B) | 50.63º | 0.35% | 0.72% | - |
| XYZ | 37.8 | 41.29 | 23.43 | - |
| YUV | 169.83 | 99.31 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 173 | 119 | 0 | 0.05 | 0.35 | 0.28 | 50.63 | 0.31 | 0.59 |
| Hex | B7 | AD | 77 | 0 | 5 | 23 | 1C | 33 | 1F | 3B |
| Octal | 267 | 255 | 167 | 0 | 5 | 43 | 34 | 63 | 37 | 73 |
| Binary | 10110111 | 10101101 | 1110111 | 0 | 101 | 100011 | 11100 | 110011 | 11111 | 111011 |
Color Harmonies of #B7AD77
Complementary color
Monochromatic Colors of #B7AD77
Black with #B7AD77
Text Example
Text Example
White with #B7AD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AD77; }
p { color: rgb(183,173,119); }
H1.HeaderClassName
{
color: #B7AD77;
}
.AnyTagClassName
{
color: #B7AD77;
}
</style>
background-color css
<style>
a { background-color: #B7AD77; }
a { background-color: rgb(183,173,119); }
div.DivClassName
{
background-color: #B7AD77;
}
.BgClassName
{
background-color: #B7AD77;
}
</style>
border-color css
<style>
span { border-color: #B7AD77; }
span { border-color: rgb(183,173,119); }
td.TdClassName
{
border-color: #B7AD77;
}
.TagClassName
{
border-color: #B7AD77;
}
</style>