Shades of Arrowtown #7B7767
Tints of Arrowtown #7B7767
RGB
CMYK
RGB Variations
Color information
#7B7767 (or 0x7B7767) is known color: Arrowtown. HEX triplet: 7B, 77 and 67. RGB value is (123,119,103). Sum of RGB (Red+Green+Blue) = 123+119+103=345 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.65% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 103 (40.62% from 255 or 29.86% from 345); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7767 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7767 is #848898. Grayscale: #767676. Windows color (decimal): -8685721 or 6780795. OLE color: 6780795.
HSL color Cylindrical-coordinate representation of color #7B7767: hue angle of 48º 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 #7B7767 is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 119 | 103 | - |
| CMYK | 0 | 0.03 | 0.16 | 0.52 |
| HSL | 48º | 0.09% | 0.44% | - |
| HSV(B) | 48º | 0.16% | 0.48% | - |
| XYZ | 17.21 | 18.38 | 15.47 | - |
| YUV | 118.37 | 119.33 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 119 | 103 | 0 | 0.03 | 0.16 | 0.52 | 48 | 0.09 | 0.44 |
| Hex | 7B | 77 | 67 | 0 | 3 | 10 | 34 | 30 | 9 | 2C |
| Octal | 173 | 167 | 147 | 0 | 3 | 20 | 64 | 60 | 11 | 54 |
| Binary | 1111011 | 1110111 | 1100111 | 0 | 11 | 10000 | 110100 | 110000 | 1001 | 101100 |
Color Harmonies of #7B7767
Complementary color
Monochromatic Colors of #7B7767
Black with #7B7767
Text Example
Text Example
White with #7B7767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7767; }
p { color: rgb(123,119,103); }
H1.HeaderClassName
{
color: #7B7767;
}
.AnyTagClassName
{
color: #7B7767;
}
</style>
background-color css
<style>
a { background-color: #7B7767; }
a { background-color: rgb(123,119,103); }
div.DivClassName
{
background-color: #7B7767;
}
.BgClassName
{
background-color: #7B7767;
}
</style>
border-color css
<style>
span { border-color: #7B7767; }
span { border-color: rgb(123,119,103); }
td.TdClassName
{
border-color: #7B7767;
}
.TagClassName
{
border-color: #7B7767;
}
</style>