Shades of Pharlap #7B6968
Tints of Pharlap #7B6968
RGB
CMYK
RGB Variations
Color information
#7B6968 (or 0x7B6968) is known color: Pharlap. HEX triplet: 7B, 69 and 68. RGB value is (123,105,104). Sum of RGB (Red+Green+Blue) = 123+105+104=332 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.05% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6968 is #849697. Grayscale: #6E6E6E. Windows color (decimal): -8689304 or 6842747. OLE color: 6842747.
HSL color Cylindrical-coordinate representation of color #7B6968: hue angle of 3.16º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7B6968 is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 105 | 104 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.52 |
| HSL | 3.16º | 0.08% | 0.45% | - |
| HSV(B) | 3.16º | 0.15% | 0.48% | - |
| XYZ | 15.72 | 15.31 | 15.22 | - |
| YUV | 110.27 | 124.46 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 105 | 104 | 0 | 0.15 | 0.15 | 0.52 | 3.16 | 0.08 | 0.45 |
| Hex | 7B | 69 | 68 | 0 | F | F | 34 | 3 | 8 | 2D |
| Octal | 173 | 151 | 150 | 0 | 17 | 17 | 64 | 3 | 10 | 55 |
| Binary | 1111011 | 1101001 | 1101000 | 0 | 1111 | 1111 | 110100 | 11 | 1000 | 101101 |
Color Harmonies of #7B6968
Complementary color
Monochromatic Colors of #7B6968
Black with #7B6968
Text Example
Text Example
White with #7B6968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6968; }
p { color: rgb(123,105,104); }
H1.HeaderClassName
{
color: #7B6968;
}
.AnyTagClassName
{
color: #7B6968;
}
</style>
background-color css
<style>
a { background-color: #7B6968; }
a { background-color: rgb(123,105,104); }
div.DivClassName
{
background-color: #7B6968;
}
.BgClassName
{
background-color: #7B6968;
}
</style>
border-color css
<style>
span { border-color: #7B6968; }
span { border-color: rgb(123,105,104); }
td.TdClassName
{
border-color: #7B6968;
}
.TagClassName
{
border-color: #7B6968;
}
</style>