Shades of Arrowtown #827D6B
Tints of Arrowtown #827D6B
RGB
CMYK
RGB Variations
Color information
#827D6B (or 0x827D6B) is known color: Arrowtown. HEX triplet: 82, 7D and 6B. RGB value is (130,125,107). Sum of RGB (Red+Green+Blue) = 130+125+107=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 107 (42.19% from 255 or 29.56% from 362); Max value from RGB is 130 - color contains mainly: red. Hex color #827D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827D6B is #7D8294. Grayscale: #7C7C7C. Windows color (decimal): -8225429 or 7044482. OLE color: 7044482.
HSL color Cylindrical-coordinate representation of color #827D6B: hue angle of 46.96º 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 #827D6B is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 125 | 107 | - |
| CMYK | 0 | 0.04 | 0.18 | 0.49 |
| HSL | 46.96º | 0.1% | 0.46% | - |
| HSV(B) | 46.96º | 0.18% | 0.51% | - |
| XYZ | 19.19 | 20.47 | 16.85 | - |
| YUV | 124.44 | 118.16 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 125 | 107 | 0 | 0.04 | 0.18 | 0.49 | 46.96 | 0.1 | 0.46 |
| Hex | 82 | 7D | 6B | 0 | 4 | 12 | 31 | 2F | A | 2E |
| Octal | 202 | 175 | 153 | 0 | 4 | 22 | 61 | 57 | 12 | 56 |
| Binary | 10000010 | 1111101 | 1101011 | 0 | 100 | 10010 | 110001 | 101111 | 1010 | 101110 |
Color Harmonies of #827D6B
Complementary color
Monochromatic Colors of #827D6B
Black with #827D6B
Text Example
Text Example
White with #827D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827D6B; }
p { color: rgb(130,125,107); }
H1.HeaderClassName
{
color: #827D6B;
}
.AnyTagClassName
{
color: #827D6B;
}
</style>
background-color css
<style>
a { background-color: #827D6B; }
a { background-color: rgb(130,125,107); }
div.DivClassName
{
background-color: #827D6B;
}
.BgClassName
{
background-color: #827D6B;
}
</style>
border-color css
<style>
span { border-color: #827D6B; }
span { border-color: rgb(130,125,107); }
td.TdClassName
{
border-color: #827D6B;
}
.TagClassName
{
border-color: #827D6B;
}
</style>