Shades of Arrowtown #827A67
Tints of Arrowtown #827A67
RGB
CMYK
RGB Variations
Color information
#827A67 (or 0x827A67) is known color: Arrowtown. HEX triplet: 82, 7A and 67. RGB value is (130,122,103). Sum of RGB (Red+Green+Blue) = 130+122+103=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 103 (40.62% from 255 or 29.01% from 355); Max value from RGB is 130 - color contains mainly: red. Hex color #827A67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827A67 is #7D8598. Grayscale: #7A7A7A. Windows color (decimal): -8226201 or 6781570. OLE color: 6781570.
HSL color Cylindrical-coordinate representation of color #827A67: hue angle of 42.22º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #827A67 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 122 | 103 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.49 |
| HSL | 42.22º | 0.12% | 0.46% | - |
| HSV(B) | 42.22º | 0.21% | 0.51% | - |
| XYZ | 18.61 | 19.64 | 15.64 | - |
| YUV | 122.23 | 117.15 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 122 | 103 | 0 | 0.06 | 0.21 | 0.49 | 42.22 | 0.12 | 0.46 |
| Hex | 82 | 7A | 67 | 0 | 6 | 15 | 31 | 2A | C | 2E |
| Octal | 202 | 172 | 147 | 0 | 6 | 25 | 61 | 52 | 14 | 56 |
| Binary | 10000010 | 1111010 | 1100111 | 0 | 110 | 10101 | 110001 | 101010 | 1100 | 101110 |
Color Harmonies of #827A67
Complementary color
Monochromatic Colors of #827A67
Black with #827A67
Text Example
Text Example
White with #827A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827A67; }
p { color: rgb(130,122,103); }
H1.HeaderClassName
{
color: #827A67;
}
.AnyTagClassName
{
color: #827A67;
}
</style>
background-color css
<style>
a { background-color: #827A67; }
a { background-color: rgb(130,122,103); }
div.DivClassName
{
background-color: #827A67;
}
.BgClassName
{
background-color: #827A67;
}
</style>
border-color css
<style>
span { border-color: #827A67; }
span { border-color: rgb(130,122,103); }
td.TdClassName
{
border-color: #827A67;
}
.TagClassName
{
border-color: #827A67;
}
</style>