Shades of Arrowtown #7B7667
Tints of Arrowtown #7B7667
RGB
CMYK
RGB Variations
Color information
#7B7667 (or 0x7B7667) is known color: Arrowtown. HEX triplet: 7B, 76 and 67. RGB value is (123,118,103). Sum of RGB (Red+Green+Blue) = 123+118+103=344 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.76% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 103 (40.62% from 255 or 29.94% from 344); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7667 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7667 is #848998. Grayscale: #757575. Windows color (decimal): -8685977 or 6780539. OLE color: 6780539.
HSL color Cylindrical-coordinate representation of color #7B7667: hue angle of 45º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7B7667 is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 118 | 103 | - |
| CMYK | 0 | 0.04 | 0.16 | 0.52 |
| HSL | 45º | 0.09% | 0.44% | - |
| HSV(B) | 45º | 0.16% | 0.48% | - |
| XYZ | 17.1 | 18.15 | 15.43 | - |
| YUV | 117.79 | 119.66 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 118 | 103 | 0 | 0.04 | 0.16 | 0.52 | 45 | 0.09 | 0.44 |
| Hex | 7B | 76 | 67 | 0 | 4 | 10 | 34 | 2D | 9 | 2C |
| Octal | 173 | 166 | 147 | 0 | 4 | 20 | 64 | 55 | 11 | 54 |
| Binary | 1111011 | 1110110 | 1100111 | 0 | 100 | 10000 | 110100 | 101101 | 1001 | 101100 |
Color Harmonies of #7B7667
Complementary color
Monochromatic Colors of #7B7667
Black with #7B7667
Text Example
Text Example
White with #7B7667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7667; }
p { color: rgb(123,118,103); }
H1.HeaderClassName
{
color: #7B7667;
}
.AnyTagClassName
{
color: #7B7667;
}
</style>
background-color css
<style>
a { background-color: #7B7667; }
a { background-color: rgb(123,118,103); }
div.DivClassName
{
background-color: #7B7667;
}
.BgClassName
{
background-color: #7B7667;
}
</style>
border-color css
<style>
span { border-color: #7B7667; }
span { border-color: rgb(123,118,103); }
td.TdClassName
{
border-color: #7B7667;
}
.TagClassName
{
border-color: #7B7667;
}
</style>