Shades of Arrowtown #837A6A
Tints of Arrowtown #837A6A
RGB
CMYK
RGB Variations
Color information
#837A6A (or 0x837A6A) is known color: Arrowtown. HEX triplet: 83, 7A and 6A. RGB value is (131,122,106). Sum of RGB (Red+Green+Blue) = 131+122+106=359 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.49% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 131 - color contains mainly: red. Hex color #837A6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837A6A is #7C8595. Grayscale: #7A7A7A. Windows color (decimal): -8160662 or 6978179. OLE color: 6978179.
HSL color Cylindrical-coordinate representation of color #837A6A: hue angle of 38.4º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #837A6A is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 122 | 106 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.49 |
| HSL | 38.4º | 0.11% | 0.46% | - |
| HSV(B) | 38.4º | 0.19% | 0.51% | - |
| XYZ | 18.92 | 19.78 | 16.46 | - |
| YUV | 122.87 | 118.48 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 122 | 106 | 0 | 0.07 | 0.19 | 0.49 | 38.4 | 0.11 | 0.46 |
| Hex | 83 | 7A | 6A | 0 | 7 | 13 | 31 | 26 | B | 2E |
| Octal | 203 | 172 | 152 | 0 | 7 | 23 | 61 | 46 | 13 | 56 |
| Binary | 10000011 | 1111010 | 1101010 | 0 | 111 | 10011 | 110001 | 100110 | 1011 | 101110 |
Color Harmonies of #837A6A
Complementary color
Monochromatic Colors of #837A6A
Black with #837A6A
Text Example
Text Example
White with #837A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837A6A; }
p { color: rgb(131,122,106); }
H1.HeaderClassName
{
color: #837A6A;
}
.AnyTagClassName
{
color: #837A6A;
}
</style>
background-color css
<style>
a { background-color: #837A6A; }
a { background-color: rgb(131,122,106); }
div.DivClassName
{
background-color: #837A6A;
}
.BgClassName
{
background-color: #837A6A;
}
</style>
border-color css
<style>
span { border-color: #837A6A; }
span { border-color: rgb(131,122,106); }
td.TdClassName
{
border-color: #837A6A;
}
.TagClassName
{
border-color: #837A6A;
}
</style>