Shades of Arrowtown #7B7669
Tints of Arrowtown #7B7669
RGB
CMYK
RGB Variations
Color information
#7B7669 (or 0x7B7669) is known color: Arrowtown. HEX triplet: 7B, 76 and 69. RGB value is (123,118,105). Sum of RGB (Red+Green+Blue) = 123+118+105=346 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.55% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 105 (41.41% from 255 or 30.35% from 346); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7669 is #848996. Grayscale: #767676. Windows color (decimal): -8685975 or 6911611. OLE color: 6911611.
HSL color Cylindrical-coordinate representation of color #7B7669: hue angle of 43.33º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7B7669 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 118 | 105 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.52 |
| HSL | 43.33º | 0.08% | 0.45% | - |
| HSV(B) | 43.33º | 0.15% | 0.48% | - |
| XYZ | 17.2 | 18.19 | 15.97 | - |
| YUV | 118.01 | 120.66 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 118 | 105 | 0 | 0.04 | 0.15 | 0.52 | 43.33 | 0.08 | 0.45 |
| Hex | 7B | 76 | 69 | 0 | 4 | F | 34 | 2B | 8 | 2D |
| Octal | 173 | 166 | 151 | 0 | 4 | 17 | 64 | 53 | 10 | 55 |
| Binary | 1111011 | 1110110 | 1101001 | 0 | 100 | 1111 | 110100 | 101011 | 1000 | 101101 |
Color Harmonies of #7B7669
Complementary color
Monochromatic Colors of #7B7669
Black with #7B7669
Text Example
Text Example
White with #7B7669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7669; }
p { color: rgb(123,118,105); }
H1.HeaderClassName
{
color: #7B7669;
}
.AnyTagClassName
{
color: #7B7669;
}
</style>
background-color css
<style>
a { background-color: #7B7669; }
a { background-color: rgb(123,118,105); }
div.DivClassName
{
background-color: #7B7669;
}
.BgClassName
{
background-color: #7B7669;
}
</style>
border-color css
<style>
span { border-color: #7B7669; }
span { border-color: rgb(123,118,105); }
td.TdClassName
{
border-color: #7B7669;
}
.TagClassName
{
border-color: #7B7669;
}
</style>