Shades of Sante Fe #B76753
Tints of Sante Fe #B76753
RGB
CMYK
RGB Variations
Color information
#B76753 (or 0xB76753) is known color: Sante Fe. HEX triplet: B7, 67 and 53. RGB value is (183,103,83). Sum of RGB (Red+Green+Blue) = 183+103+83=369 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.59% from 369); Green value is 103 (40.62% from 255 or 27.91% from 369); Blue value is 83 (32.81% from 255 or 22.49% from 369); Max value from RGB is 183 - color contains mainly: red. Hex color #B76753 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76753 is #4898AC. Grayscale: #7C7C7C. Windows color (decimal): -4757677 or 5466039. OLE color: 5466039.
HSL color Cylindrical-coordinate representation of color #B76753: hue angle of 12º 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 #B76753 is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 103 | 83 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.28 |
| HSL | 12º | 0.41% | 0.52% | - |
| HSV(B) | 12º | 0.55% | 0.72% | - |
| XYZ | 25.94 | 20.39 | 10.75 | - |
| YUV | 124.64 | 104.5 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 103 | 83 | 0 | 0.44 | 0.55 | 0.28 | 12 | 0.41 | 0.52 |
| Hex | B7 | 67 | 53 | 0 | 2C | 37 | 1C | C | 29 | 34 |
| Octal | 267 | 147 | 123 | 0 | 54 | 67 | 34 | 14 | 51 | 64 |
| Binary | 10110111 | 1100111 | 1010011 | 0 | 101100 | 110111 | 11100 | 1100 | 101001 | 110100 |
Color Harmonies of #B76753
Complementary color
Monochromatic Colors of #B76753
Black with #B76753
Text Example
Text Example
White with #B76753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76753; }
p { color: rgb(183,103,83); }
H1.HeaderClassName
{
color: #B76753;
}
.AnyTagClassName
{
color: #B76753;
}
</style>
background-color css
<style>
a { background-color: #B76753; }
a { background-color: rgb(183,103,83); }
div.DivClassName
{
background-color: #B76753;
}
.BgClassName
{
background-color: #B76753;
}
</style>
border-color css
<style>
span { border-color: #B76753; }
span { border-color: rgb(183,103,83); }
td.TdClassName
{
border-color: #B76753;
}
.TagClassName
{
border-color: #B76753;
}
</style>