Shades of Arrowtown #827D70
Tints of Arrowtown #827D70
RGB
CMYK
RGB Variations
Color information
#827D70 (or 0x827D70) is known color: Arrowtown. HEX triplet: 82, 7D and 70. RGB value is (130,125,112). Sum of RGB (Red+Green+Blue) = 130+125+112=367 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.42% from 367); Green value is 125 (49.22% from 255 or 34.06% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 130 - color contains mainly: red. Hex color #827D70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827D70 is #7D828F. Grayscale: #7D7D7D. Windows color (decimal): -8225424 or 7372162. OLE color: 7372162.
HSL color Cylindrical-coordinate representation of color #827D70: hue angle of 43.33º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #827D70 is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 125 | 112 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.49 |
| HSL | 43.33º | 0.07% | 0.47% | - |
| HSV(B) | 43.33º | 0.14% | 0.51% | - |
| XYZ | 19.46 | 20.58 | 18.28 | - |
| YUV | 125.01 | 120.66 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 125 | 112 | 0 | 0.04 | 0.14 | 0.49 | 43.33 | 0.07 | 0.47 |
| Hex | 82 | 7D | 70 | 0 | 4 | E | 31 | 2B | 7 | 2F |
| Octal | 202 | 175 | 160 | 0 | 4 | 16 | 61 | 53 | 7 | 57 |
| Binary | 10000010 | 1111101 | 1110000 | 0 | 100 | 1110 | 110001 | 101011 | 111 | 101111 |
Color Harmonies of #827D70
Complementary color
Monochromatic Colors of #827D70
Black with #827D70
Text Example
Text Example
White with #827D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827D70; }
p { color: rgb(130,125,112); }
H1.HeaderClassName
{
color: #827D70;
}
.AnyTagClassName
{
color: #827D70;
}
</style>
background-color css
<style>
a { background-color: #827D70; }
a { background-color: rgb(130,125,112); }
div.DivClassName
{
background-color: #827D70;
}
.BgClassName
{
background-color: #827D70;
}
</style>
border-color css
<style>
span { border-color: #827D70; }
span { border-color: rgb(130,125,112); }
td.TdClassName
{
border-color: #827D70;
}
.TagClassName
{
border-color: #827D70;
}
</style>