Shades of Ecru #C7B378
Tints of Ecru #C7B378
RGB
CMYK
RGB Variations
Color information
#C7B378 (or 0xC7B378) is known color: Ecru. HEX triplet: C7, B3 and 78. RGB value is (199,179,120). Sum of RGB (Red+Green+Blue) = 199+179+120=498 (65% of max value = 765). Red value is 199 (78.12% from 255 or 39.96% from 498); Green value is 179 (70.31% from 255 or 35.94% from 498); Blue value is 120 (47.27% from 255 or 24.10% from 498); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B378 is #384C87. Grayscale: #B2B2B2. Windows color (decimal): -3689608 or 7910343. OLE color: 7910343.
HSL color Cylindrical-coordinate representation of color #C7B378: hue angle of 44.81º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C7B378 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 179 | 120 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.22 |
| HSL | 44.81º | 0.41% | 0.63% | - |
| HSV(B) | 44.81º | 0.4% | 0.78% | - |
| XYZ | 43.06 | 45.74 | 24.33 | - |
| YUV | 178.25 | 95.13 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 179 | 120 | 0 | 0.10 | 0.40 | 0.22 | 44.81 | 0.41 | 0.63 |
| Hex | C7 | B3 | 78 | 0 | A | 28 | 16 | 2D | 29 | 3F |
| Octal | 307 | 263 | 170 | 0 | 12 | 50 | 26 | 55 | 51 | 77 |
| Binary | 11000111 | 10110011 | 1111000 | 0 | 1010 | 101000 | 10110 | 101101 | 101001 | 111111 |
Color Harmonies of #C7B378
Complementary color
Monochromatic Colors of #C7B378
Black with #C7B378
Text Example
Text Example
White with #C7B378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B378; }
p { color: rgb(199,179,120); }
H1.HeaderClassName
{
color: #C7B378;
}
.AnyTagClassName
{
color: #C7B378;
}
</style>
background-color css
<style>
a { background-color: #C7B378; }
a { background-color: rgb(199,179,120); }
div.DivClassName
{
background-color: #C7B378;
}
.BgClassName
{
background-color: #C7B378;
}
</style>
border-color css
<style>
span { border-color: #C7B378; }
span { border-color: rgb(199,179,120); }
td.TdClassName
{
border-color: #C7B378;
}
.TagClassName
{
border-color: #C7B378;
}
</style>