Shades of Ecru #B7AA77
Tints of Ecru #B7AA77
RGB
CMYK
RGB Variations
Color information
#B7AA77 (or 0xB7AA77) is known color: Ecru. HEX triplet: B7, AA and 77. RGB value is (183,170,119). Sum of RGB (Red+Green+Blue) = 183+170+119=472 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.77% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 119 (46.88% from 255 or 25.21% from 472); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AA77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AA77 is #485588. Grayscale: #A8A8A8. Windows color (decimal): -4740489 or 7842487. OLE color: 7842487.
HSL color Cylindrical-coordinate representation of color #B7AA77: hue angle of 47.81º 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 #B7AA77 is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 170 | 119 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.28 |
| HSL | 47.81º | 0.31% | 0.59% | - |
| HSV(B) | 47.81º | 0.35% | 0.72% | - |
| XYZ | 37.23 | 40.15 | 23.24 | - |
| YUV | 168.07 | 100.31 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 170 | 119 | 0 | 0.07 | 0.35 | 0.28 | 47.81 | 0.31 | 0.59 |
| Hex | B7 | AA | 77 | 0 | 7 | 23 | 1C | 30 | 1F | 3B |
| Octal | 267 | 252 | 167 | 0 | 7 | 43 | 34 | 60 | 37 | 73 |
| Binary | 10110111 | 10101010 | 1110111 | 0 | 111 | 100011 | 11100 | 110000 | 11111 | 111011 |
Color Harmonies of #B7AA77
Complementary color
Monochromatic Colors of #B7AA77
Black with #B7AA77
Text Example
Text Example
White with #B7AA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AA77; }
p { color: rgb(183,170,119); }
H1.HeaderClassName
{
color: #B7AA77;
}
.AnyTagClassName
{
color: #B7AA77;
}
</style>
background-color css
<style>
a { background-color: #B7AA77; }
a { background-color: rgb(183,170,119); }
div.DivClassName
{
background-color: #B7AA77;
}
.BgClassName
{
background-color: #B7AA77;
}
</style>
border-color css
<style>
span { border-color: #B7AA77; }
span { border-color: rgb(183,170,119); }
td.TdClassName
{
border-color: #B7AA77;
}
.TagClassName
{
border-color: #B7AA77;
}
</style>