Shades of Sante Fe #B77753
Tints of Sante Fe #B77753
RGB
CMYK
RGB Variations
Color information
#B77753 (or 0xB77753) is known color: Sante Fe. HEX triplet: B7, 77 and 53. RGB value is (183,119,83). Sum of RGB (Red+Green+Blue) = 183+119+83=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 83 (32.81% from 255 or 21.56% from 385); Max value from RGB is 183 - color contains mainly: red. Hex color #B77753 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77753 is #4888AC. Grayscale: #868686. Windows color (decimal): -4753581 or 5470135. OLE color: 5470135.
HSL color Cylindrical-coordinate representation of color #B77753: hue angle of 21.6º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B77753 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 119 | 83 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.28 |
| HSL | 21.6º | 0.41% | 0.52% | - |
| HSV(B) | 21.6º | 0.55% | 0.72% | - |
| XYZ | 27.69 | 23.89 | 11.33 | - |
| YUV | 134.03 | 99.2 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 119 | 83 | 0 | 0.35 | 0.55 | 0.28 | 21.6 | 0.41 | 0.52 |
| Hex | B7 | 77 | 53 | 0 | 23 | 37 | 1C | 16 | 29 | 34 |
| Octal | 267 | 167 | 123 | 0 | 43 | 67 | 34 | 26 | 51 | 64 |
| Binary | 10110111 | 1110111 | 1010011 | 0 | 100011 | 110111 | 11100 | 10110 | 101001 | 110100 |
Color Harmonies of #B77753
Complementary color
Monochromatic Colors of #B77753
Black with #B77753
Text Example
Text Example
White with #B77753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77753; }
p { color: rgb(183,119,83); }
H1.HeaderClassName
{
color: #B77753;
}
.AnyTagClassName
{
color: #B77753;
}
</style>
background-color css
<style>
a { background-color: #B77753; }
a { background-color: rgb(183,119,83); }
div.DivClassName
{
background-color: #B77753;
}
.BgClassName
{
background-color: #B77753;
}
</style>
border-color css
<style>
span { border-color: #B77753; }
span { border-color: rgb(183,119,83); }
td.TdClassName
{
border-color: #B77753;
}
.TagClassName
{
border-color: #B77753;
}
</style>