Shades of Arrowtown #7B756B
Tints of Arrowtown #7B756B
RGB
CMYK
RGB Variations
Color information
#7B756B (or 0x7B756B) is known color: Arrowtown. HEX triplet: 7B, 75 and 6B. RGB value is (123,117,107). Sum of RGB (Red+Green+Blue) = 123+117+107=347 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.45% from 347); Green value is 117 (46.09% from 255 or 33.72% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 123 - color contains mainly: red. Hex color #7B756B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B756B is #848A94. Grayscale: #757575. Windows color (decimal): -8686229 or 7042427. OLE color: 7042427.
HSL color Cylindrical-coordinate representation of color #7B756B: hue angle of 37.5º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7B756B is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 117 | 107 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.52 |
| HSL | 37.5º | 0.07% | 0.45% | - |
| HSV(B) | 37.5º | 0.13% | 0.48% | - |
| XYZ | 17.18 | 18 | 16.48 | - |
| YUV | 117.65 | 121.99 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 117 | 107 | 0 | 0.05 | 0.13 | 0.52 | 37.5 | 0.07 | 0.45 |
| Hex | 7B | 75 | 6B | 0 | 5 | D | 34 | 26 | 7 | 2D |
| Octal | 173 | 165 | 153 | 0 | 5 | 15 | 64 | 46 | 7 | 55 |
| Binary | 1111011 | 1110101 | 1101011 | 0 | 101 | 1101 | 110100 | 100110 | 111 | 101101 |
Color Harmonies of #7B756B
Complementary color
Monochromatic Colors of #7B756B
Black with #7B756B
Text Example
Text Example
White with #7B756B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B756B; }
p { color: rgb(123,117,107); }
H1.HeaderClassName
{
color: #7B756B;
}
.AnyTagClassName
{
color: #7B756B;
}
</style>
background-color css
<style>
a { background-color: #7B756B; }
a { background-color: rgb(123,117,107); }
div.DivClassName
{
background-color: #7B756B;
}
.BgClassName
{
background-color: #7B756B;
}
</style>
border-color css
<style>
span { border-color: #7B756B; }
span { border-color: rgb(123,117,107); }
td.TdClassName
{
border-color: #7B756B;
}
.TagClassName
{
border-color: #7B756B;
}
</style>