Shades of Arrowtown #7F7B69
Tints of Arrowtown #7F7B69
RGB
CMYK
RGB Variations
Color information
#7F7B69 (or 0x7F7B69) is known color: Arrowtown. HEX triplet: 7F, 7B and 69. RGB value is (127,123,105). Sum of RGB (Red+Green+Blue) = 127+123+105=355 (47% of max value = 765). Red value is 127 (50% from 255 or 35.77% from 355); Green value is 123 (48.44% from 255 or 34.65% from 355); Blue value is 105 (41.41% from 255 or 29.58% from 355); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7B69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7B69 is #808496. Grayscale: #7A7A7A. Windows color (decimal): -8422551 or 6912895. OLE color: 6912895.
HSL color Cylindrical-coordinate representation of color #7F7B69: hue angle of 49.09º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7F7B69 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 123 | 105 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.50 |
| HSL | 49.09º | 0.09% | 0.45% | - |
| HSV(B) | 49.09º | 0.17% | 0.5% | - |
| XYZ | 18.39 | 19.7 | 16.2 | - |
| YUV | 122.14 | 118.33 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 123 | 105 | 0 | 0.03 | 0.17 | 0.50 | 49.09 | 0.09 | 0.45 |
| Hex | 7F | 7B | 69 | 0 | 3 | 11 | 32 | 31 | 9 | 2D |
| Octal | 177 | 173 | 151 | 0 | 3 | 21 | 62 | 61 | 11 | 55 |
| Binary | 1111111 | 1111011 | 1101001 | 0 | 11 | 10001 | 110010 | 110001 | 1001 | 101101 |
Color Harmonies of #7F7B69
Complementary color
Monochromatic Colors of #7F7B69
Black with #7F7B69
Text Example
Text Example
White with #7F7B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7B69; }
p { color: rgb(127,123,105); }
H1.HeaderClassName
{
color: #7F7B69;
}
.AnyTagClassName
{
color: #7F7B69;
}
</style>
background-color css
<style>
a { background-color: #7F7B69; }
a { background-color: rgb(127,123,105); }
div.DivClassName
{
background-color: #7F7B69;
}
.BgClassName
{
background-color: #7F7B69;
}
</style>
border-color css
<style>
span { border-color: #7F7B69; }
span { border-color: rgb(127,123,105); }
td.TdClassName
{
border-color: #7F7B69;
}
.TagClassName
{
border-color: #7F7B69;
}
</style>