Shades of Pale Brown #A7764F
Tints of Pale Brown #A7764F
RGB
CMYK
RGB Variations
Color information
#A7764F (or 0xA7764F) is known color: Pale Brown. HEX triplet: A7, 76 and 4F. RGB value is (167,118,79). Sum of RGB (Red+Green+Blue) = 167+118+79=364 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.88% from 364); Green value is 118 (46.48% from 255 or 32.42% from 364); Blue value is 79 (31.25% from 255 or 21.70% from 364); Max value from RGB is 167 - color contains mainly: red. Hex color #A7764F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7764F is #5889B0. Grayscale: #808080. Windows color (decimal): -5802417 or 5207719. OLE color: 5207719.
HSL color Cylindrical-coordinate representation of color #A7764F: hue angle of 26.59º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A7764F is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 118 | 79 | - |
| CMYK | 0 | 0.29 | 0.53 | 0.35 |
| HSL | 26.59º | 0.36% | 0.48% | - |
| HSV(B) | 26.59º | 0.53% | 0.65% | - |
| XYZ | 23.83 | 21.74 | 10.34 | - |
| YUV | 128.21 | 100.23 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 118 | 79 | 0 | 0.29 | 0.53 | 0.35 | 26.59 | 0.36 | 0.48 |
| Hex | A7 | 76 | 4F | 0 | 1D | 35 | 23 | 1B | 24 | 30 |
| Octal | 247 | 166 | 117 | 0 | 35 | 65 | 43 | 33 | 44 | 60 |
| Binary | 10100111 | 1110110 | 1001111 | 0 | 11101 | 110101 | 100011 | 11011 | 100100 | 110000 |
Color Harmonies of #A7764F
Complementary color
Monochromatic Colors of #A7764F
Black with #A7764F
Text Example
Text Example
White with #A7764F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7764F; }
p { color: rgb(167,118,79); }
H1.HeaderClassName
{
color: #A7764F;
}
.AnyTagClassName
{
color: #A7764F;
}
</style>
background-color css
<style>
a { background-color: #A7764F; }
a { background-color: rgb(167,118,79); }
div.DivClassName
{
background-color: #A7764F;
}
.BgClassName
{
background-color: #A7764F;
}
</style>
border-color css
<style>
span { border-color: #A7764F; }
span { border-color: rgb(167,118,79); }
td.TdClassName
{
border-color: #A7764F;
}
.TagClassName
{
border-color: #A7764F;
}
</style>