Shades of Sante Fe #B76754
Tints of Sante Fe #B76754
RGB
CMYK
RGB Variations
Color information
#B76754 (or 0xB76754) is known color: Sante Fe. HEX triplet: B7, 67 and 54. RGB value is (183,103,84). Sum of RGB (Red+Green+Blue) = 183+103+84=370 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.46% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 84 (33.20% from 255 or 22.70% from 370); Max value from RGB is 183 - color contains mainly: red. Hex color #B76754 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76754 is #4898AB. Grayscale: #7C7C7C. Windows color (decimal): -4757676 or 5531575. OLE color: 5531575.
HSL color Cylindrical-coordinate representation of color #B76754: hue angle of 11.52º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B76754 is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 103 | 84 | - |
| CMYK | 0 | 0.44 | 0.54 | 0.28 |
| HSL | 11.52º | 0.41% | 0.52% | - |
| HSV(B) | 11.52º | 0.54% | 0.72% | - |
| XYZ | 25.98 | 20.41 | 10.96 | - |
| YUV | 124.75 | 105 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 103 | 84 | 0 | 0.44 | 0.54 | 0.28 | 11.52 | 0.41 | 0.52 |
| Hex | B7 | 67 | 54 | 0 | 2C | 36 | 1C | C | 29 | 34 |
| Octal | 267 | 147 | 124 | 0 | 54 | 66 | 34 | 14 | 51 | 64 |
| Binary | 10110111 | 1100111 | 1010100 | 0 | 101100 | 110110 | 11100 | 1100 | 101001 | 110100 |
Color Harmonies of #B76754
Complementary color
Monochromatic Colors of #B76754
Black with #B76754
Text Example
Text Example
White with #B76754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76754; }
p { color: rgb(183,103,84); }
H1.HeaderClassName
{
color: #B76754;
}
.AnyTagClassName
{
color: #B76754;
}
</style>
background-color css
<style>
a { background-color: #B76754; }
a { background-color: rgb(183,103,84); }
div.DivClassName
{
background-color: #B76754;
}
.BgClassName
{
background-color: #B76754;
}
</style>
border-color css
<style>
span { border-color: #B76754; }
span { border-color: rgb(183,103,84); }
td.TdClassName
{
border-color: #B76754;
}
.TagClassName
{
border-color: #B76754;
}
</style>