Shades of Arrowtown #827A6C
Tints of Arrowtown #827A6C
RGB
CMYK
RGB Variations
Color information
#827A6C (or 0x827A6C) is known color: Arrowtown. HEX triplet: 82, 7A and 6C. RGB value is (130,122,108). Sum of RGB (Red+Green+Blue) = 130+122+108=360 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.11% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 130 - color contains mainly: red. Hex color #827A6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827A6C is #7D8593. Grayscale: #7A7A7A. Windows color (decimal): -8226196 or 7109250. OLE color: 7109250.
HSL color Cylindrical-coordinate representation of color #827A6C: hue angle of 38.18º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #827A6C is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 122 | 108 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.49 |
| HSL | 38.18º | 0.09% | 0.47% | - |
| HSV(B) | 38.18º | 0.17% | 0.51% | - |
| XYZ | 18.87 | 19.75 | 17 | - |
| YUV | 122.8 | 119.65 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 122 | 108 | 0 | 0.06 | 0.17 | 0.49 | 38.18 | 0.09 | 0.47 |
| Hex | 82 | 7A | 6C | 0 | 6 | 11 | 31 | 26 | 9 | 2F |
| Octal | 202 | 172 | 154 | 0 | 6 | 21 | 61 | 46 | 11 | 57 |
| Binary | 10000010 | 1111010 | 1101100 | 0 | 110 | 10001 | 110001 | 100110 | 1001 | 101111 |
Color Harmonies of #827A6C
Complementary color
Monochromatic Colors of #827A6C
Black with #827A6C
Text Example
Text Example
White with #827A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827A6C; }
p { color: rgb(130,122,108); }
H1.HeaderClassName
{
color: #827A6C;
}
.AnyTagClassName
{
color: #827A6C;
}
</style>
background-color css
<style>
a { background-color: #827A6C; }
a { background-color: rgb(130,122,108); }
div.DivClassName
{
background-color: #827A6C;
}
.BgClassName
{
background-color: #827A6C;
}
</style>
border-color css
<style>
span { border-color: #827A6C; }
span { border-color: rgb(130,122,108); }
td.TdClassName
{
border-color: #827A6C;
}
.TagClassName
{
border-color: #827A6C;
}
</style>