Shades of Sunglo #B76759
Tints of Sunglo #B76759
RGB
CMYK
RGB Variations
Color information
#B76759 (or 0xB76759) is known color: Sunglo. HEX triplet: B7, 67 and 59. RGB value is (183,103,89). Sum of RGB (Red+Green+Blue) = 183+103+89=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 103 (40.62% from 255 or 27.47% from 375); Blue value is 89 (35.16% from 255 or 23.73% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B76759 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76759 is #4898A6. Grayscale: #7D7D7D. Windows color (decimal): -4757671 or 5859255. OLE color: 5859255.
HSL color Cylindrical-coordinate representation of color #B76759: hue angle of 8.94º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B76759 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 103 | 89 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.28 |
| HSL | 8.94º | 0.39% | 0.53% | - |
| HSV(B) | 8.94º | 0.51% | 0.72% | - |
| XYZ | 26.18 | 20.49 | 12.03 | - |
| YUV | 125.32 | 107.5 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 103 | 89 | 0 | 0.44 | 0.51 | 0.28 | 8.94 | 0.39 | 0.53 |
| Hex | B7 | 67 | 59 | 0 | 2C | 33 | 1C | 9 | 27 | 35 |
| Octal | 267 | 147 | 131 | 0 | 54 | 63 | 34 | 11 | 47 | 65 |
| Binary | 10110111 | 1100111 | 1011001 | 0 | 101100 | 110011 | 11100 | 1001 | 100111 | 110101 |
Color Harmonies of #B76759
Complementary color
Monochromatic Colors of #B76759
Black with #B76759
Text Example
Text Example
White with #B76759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76759; }
p { color: rgb(183,103,89); }
H1.HeaderClassName
{
color: #B76759;
}
.AnyTagClassName
{
color: #B76759;
}
</style>
background-color css
<style>
a { background-color: #B76759; }
a { background-color: rgb(183,103,89); }
div.DivClassName
{
background-color: #B76759;
}
.BgClassName
{
background-color: #B76759;
}
</style>
border-color css
<style>
span { border-color: #B76759; }
span { border-color: rgb(183,103,89); }
td.TdClassName
{
border-color: #B76759;
}
.TagClassName
{
border-color: #B76759;
}
</style>