Shades of Arrowtown #827C67
Tints of Arrowtown #827C67
RGB
CMYK
RGB Variations
Color information
#827C67 (or 0x827C67) is known color: Arrowtown. HEX triplet: 82, 7C and 67. RGB value is (130,124,103). Sum of RGB (Red+Green+Blue) = 130+124+103=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 124 (48.83% from 255 or 34.73% from 357); Blue value is 103 (40.62% from 255 or 28.85% from 357); Max value from RGB is 130 - color contains mainly: red. Hex color #827C67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827C67 is #7D8398. Grayscale: #7B7B7B. Windows color (decimal): -8225689 or 6782082. OLE color: 6782082.
HSL color Cylindrical-coordinate representation of color #827C67: hue angle of 46.67º 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 #827C67 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 124 | 103 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.49 |
| HSL | 46.67º | 0.12% | 0.46% | - |
| HSV(B) | 46.67º | 0.21% | 0.51% | - |
| XYZ | 18.86 | 20.14 | 15.73 | - |
| YUV | 123.4 | 116.49 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 124 | 103 | 0 | 0.05 | 0.21 | 0.49 | 46.67 | 0.12 | 0.46 |
| Hex | 82 | 7C | 67 | 0 | 5 | 15 | 31 | 2F | C | 2E |
| Octal | 202 | 174 | 147 | 0 | 5 | 25 | 61 | 57 | 14 | 56 |
| Binary | 10000010 | 1111100 | 1100111 | 0 | 101 | 10101 | 110001 | 101111 | 1100 | 101110 |
Color Harmonies of #827C67
Complementary color
Monochromatic Colors of #827C67
Black with #827C67
Text Example
Text Example
White with #827C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827C67; }
p { color: rgb(130,124,103); }
H1.HeaderClassName
{
color: #827C67;
}
.AnyTagClassName
{
color: #827C67;
}
</style>
background-color css
<style>
a { background-color: #827C67; }
a { background-color: rgb(130,124,103); }
div.DivClassName
{
background-color: #827C67;
}
.BgClassName
{
background-color: #827C67;
}
</style>
border-color css
<style>
span { border-color: #827C67; }
span { border-color: rgb(130,124,103); }
td.TdClassName
{
border-color: #827C67;
}
.TagClassName
{
border-color: #827C67;
}
</style>