Shades of Arrowtown #827A6A
Tints of Arrowtown #827A6A
RGB
CMYK
RGB Variations
Color information
#827A6A (or 0x827A6A) is known color: Arrowtown. HEX triplet: 82, 7A and 6A. RGB value is (130,122,106). Sum of RGB (Red+Green+Blue) = 130+122+106=358 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.31% from 358); Green value is 122 (48.05% from 255 or 34.08% from 358); Blue value is 106 (41.80% from 255 or 29.61% from 358); Max value from RGB is 130 - color contains mainly: red. Hex color #827A6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827A6A is #7D8595. Grayscale: #7A7A7A. Windows color (decimal): -8226198 or 6978178. OLE color: 6978178.
HSL color Cylindrical-coordinate representation of color #827A6A: hue angle of 40º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #827A6A is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 122 | 106 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.49 |
| HSL | 40º | 0.1% | 0.46% | - |
| HSV(B) | 40º | 0.18% | 0.51% | - |
| XYZ | 18.77 | 19.71 | 16.45 | - |
| YUV | 122.57 | 118.65 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 122 | 106 | 0 | 0.06 | 0.18 | 0.49 | 40 | 0.1 | 0.46 |
| Hex | 82 | 7A | 6A | 0 | 6 | 12 | 31 | 28 | A | 2E |
| Octal | 202 | 172 | 152 | 0 | 6 | 22 | 61 | 50 | 12 | 56 |
| Binary | 10000010 | 1111010 | 1101010 | 0 | 110 | 10010 | 110001 | 101000 | 1010 | 101110 |
Color Harmonies of #827A6A
Complementary color
Monochromatic Colors of #827A6A
Black with #827A6A
Text Example
Text Example
White with #827A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827A6A; }
p { color: rgb(130,122,106); }
H1.HeaderClassName
{
color: #827A6A;
}
.AnyTagClassName
{
color: #827A6A;
}
</style>
background-color css
<style>
a { background-color: #827A6A; }
a { background-color: rgb(130,122,106); }
div.DivClassName
{
background-color: #827A6A;
}
.BgClassName
{
background-color: #827A6A;
}
</style>
border-color css
<style>
span { border-color: #827A6A; }
span { border-color: rgb(130,122,106); }
td.TdClassName
{
border-color: #827A6A;
}
.TagClassName
{
border-color: #827A6A;
}
</style>