Shades of Arrowtown #837A6C
Tints of Arrowtown #837A6C
RGB
CMYK
RGB Variations
Color information
#837A6C (or 0x837A6C) is known color: Arrowtown. HEX triplet: 83, 7A and 6C. RGB value is (131,122,108). Sum of RGB (Red+Green+Blue) = 131+122+108=361 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.29% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 131 - color contains mainly: red. Hex color #837A6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837A6C is #7C8593. Grayscale: #7B7B7B. Windows color (decimal): -8160660 or 7109251. OLE color: 7109251.
HSL color Cylindrical-coordinate representation of color #837A6C: hue angle of 36.52º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #837A6C is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 122 | 108 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.49 |
| HSL | 36.52º | 0.1% | 0.47% | - |
| HSV(B) | 36.52º | 0.18% | 0.51% | - |
| XYZ | 19.03 | 19.83 | 17.01 | - |
| YUV | 123.1 | 119.48 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 122 | 108 | 0 | 0.07 | 0.18 | 0.49 | 36.52 | 0.1 | 0.47 |
| Hex | 83 | 7A | 6C | 0 | 7 | 12 | 31 | 25 | A | 2F |
| Octal | 203 | 172 | 154 | 0 | 7 | 22 | 61 | 45 | 12 | 57 |
| Binary | 10000011 | 1111010 | 1101100 | 0 | 111 | 10010 | 110001 | 100101 | 1010 | 101111 |
Color Harmonies of #837A6C
Complementary color
Monochromatic Colors of #837A6C
Black with #837A6C
Text Example
Text Example
White with #837A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837A6C; }
p { color: rgb(131,122,108); }
H1.HeaderClassName
{
color: #837A6C;
}
.AnyTagClassName
{
color: #837A6C;
}
</style>
background-color css
<style>
a { background-color: #837A6C; }
a { background-color: rgb(131,122,108); }
div.DivClassName
{
background-color: #837A6C;
}
.BgClassName
{
background-color: #837A6C;
}
</style>
border-color css
<style>
span { border-color: #837A6C; }
span { border-color: rgb(131,122,108); }
td.TdClassName
{
border-color: #837A6C;
}
.TagClassName
{
border-color: #837A6C;
}
</style>