Shades of Pharlap #7C6561
Tints of Pharlap #7C6561
RGB
CMYK
RGB Variations
Color information
#7C6561 (or 0x7C6561) is known color: Pharlap. HEX triplet: 7C, 65 and 61. RGB value is (124,101,97). Sum of RGB (Red+Green+Blue) = 124+101+97=322 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.51% from 322); Green value is 101 (39.84% from 255 or 31.37% from 322); Blue value is 97 (38.28% from 255 or 30.12% from 322); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6561 is #839A9E. Grayscale: #6B6B6B. Windows color (decimal): -8624799 or 6382972. OLE color: 6382972.
HSL color Cylindrical-coordinate representation of color #7C6561: hue angle of 8.89º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7C6561 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 101 | 97 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.51 |
| HSL | 8.89º | 0.12% | 0.43% | - |
| HSV(B) | 8.89º | 0.22% | 0.49% | - |
| XYZ | 15.12 | 14.46 | 13.3 | - |
| YUV | 107.42 | 122.12 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 101 | 97 | 0 | 0.19 | 0.22 | 0.51 | 8.89 | 0.12 | 0.43 |
| Hex | 7C | 65 | 61 | 0 | 13 | 16 | 33 | 9 | C | 2B |
| Octal | 174 | 145 | 141 | 0 | 23 | 26 | 63 | 11 | 14 | 53 |
| Binary | 1111100 | 1100101 | 1100001 | 0 | 10011 | 10110 | 110011 | 1001 | 1100 | 101011 |
Color Harmonies of #7C6561
Complementary color
Monochromatic Colors of #7C6561
Black with #7C6561
Text Example
Text Example
White with #7C6561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6561; }
p { color: rgb(124,101,97); }
H1.HeaderClassName
{
color: #7C6561;
}
.AnyTagClassName
{
color: #7C6561;
}
</style>
background-color css
<style>
a { background-color: #7C6561; }
a { background-color: rgb(124,101,97); }
div.DivClassName
{
background-color: #7C6561;
}
.BgClassName
{
background-color: #7C6561;
}
</style>
border-color css
<style>
span { border-color: #7C6561; }
span { border-color: rgb(124,101,97); }
td.TdClassName
{
border-color: #7C6561;
}
.TagClassName
{
border-color: #7C6561;
}
</style>