Shades of Arrowtown #7D7765
Tints of Arrowtown #7D7765
RGB
CMYK
RGB Variations
Color information
#7D7765 (or 0x7D7765) is known color: Arrowtown. HEX triplet: 7D, 77 and 65. RGB value is (125,119,101). Sum of RGB (Red+Green+Blue) = 125+119+101=345 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.23% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7765 is #82889A. Grayscale: #767676. Windows color (decimal): -8554651 or 6649725. OLE color: 6649725.
HSL color Cylindrical-coordinate representation of color #7D7765: hue angle of 45º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7D7765 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 119 | 101 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.51 |
| HSL | 45º | 0.11% | 0.44% | - |
| HSV(B) | 45º | 0.19% | 0.49% | - |
| XYZ | 17.4 | 18.49 | 14.96 | - |
| YUV | 118.74 | 117.99 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 119 | 101 | 0 | 0.05 | 0.19 | 0.51 | 45 | 0.11 | 0.44 |
| Hex | 7D | 77 | 65 | 0 | 5 | 13 | 33 | 2D | B | 2C |
| Octal | 175 | 167 | 145 | 0 | 5 | 23 | 63 | 55 | 13 | 54 |
| Binary | 1111101 | 1110111 | 1100101 | 0 | 101 | 10011 | 110011 | 101101 | 1011 | 101100 |
Color Harmonies of #7D7765
Complementary color
Monochromatic Colors of #7D7765
Black with #7D7765
Text Example
Text Example
White with #7D7765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7765; }
p { color: rgb(125,119,101); }
H1.HeaderClassName
{
color: #7D7765;
}
.AnyTagClassName
{
color: #7D7765;
}
</style>
background-color css
<style>
a { background-color: #7D7765; }
a { background-color: rgb(125,119,101); }
div.DivClassName
{
background-color: #7D7765;
}
.BgClassName
{
background-color: #7D7765;
}
</style>
border-color css
<style>
span { border-color: #7D7765; }
span { border-color: rgb(125,119,101); }
td.TdClassName
{
border-color: #7D7765;
}
.TagClassName
{
border-color: #7D7765;
}
</style>