Shades of Pharlap #7C6A67
Tints of Pharlap #7C6A67
RGB
CMYK
RGB Variations
Color information
#7C6A67 (or 0x7C6A67) is known color: Pharlap. HEX triplet: 7C, 6A and 67. RGB value is (124,106,103). Sum of RGB (Red+Green+Blue) = 124+106+103=333 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.24% from 333); Green value is 106 (41.80% from 255 or 31.83% from 333); Blue value is 103 (40.62% from 255 or 30.93% from 333); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6A67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6A67 is #839598. Grayscale: #6F6F6F. Windows color (decimal): -8623513 or 6777468. OLE color: 6777468.
HSL color Cylindrical-coordinate representation of color #7C6A67: hue angle of 8.57º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7C6A67 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 106 | 103 | - |
| CMYK | 0 | 0.15 | 0.17 | 0.51 |
| HSL | 8.57º | 0.09% | 0.45% | - |
| HSV(B) | 8.57º | 0.17% | 0.49% | - |
| XYZ | 15.91 | 15.57 | 15 | - |
| YUV | 111.04 | 123.46 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 106 | 103 | 0 | 0.15 | 0.17 | 0.51 | 8.57 | 0.09 | 0.45 |
| Hex | 7C | 6A | 67 | 0 | F | 11 | 33 | 9 | 9 | 2D |
| Octal | 174 | 152 | 147 | 0 | 17 | 21 | 63 | 11 | 11 | 55 |
| Binary | 1111100 | 1101010 | 1100111 | 0 | 1111 | 10001 | 110011 | 1001 | 1001 | 101101 |
Color Harmonies of #7C6A67
Complementary color
Monochromatic Colors of #7C6A67
Black with #7C6A67
Text Example
Text Example
White with #7C6A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6A67; }
p { color: rgb(124,106,103); }
H1.HeaderClassName
{
color: #7C6A67;
}
.AnyTagClassName
{
color: #7C6A67;
}
</style>
background-color css
<style>
a { background-color: #7C6A67; }
a { background-color: rgb(124,106,103); }
div.DivClassName
{
background-color: #7C6A67;
}
.BgClassName
{
background-color: #7C6A67;
}
</style>
border-color css
<style>
span { border-color: #7C6A67; }
span { border-color: rgb(124,106,103); }
td.TdClassName
{
border-color: #7C6A67;
}
.TagClassName
{
border-color: #7C6A67;
}
</style>