Shades of Pharlap #7B6868
Tints of Pharlap #7B6868
RGB
CMYK
RGB Variations
Color information
#7B6868 (or 0x7B6868) is known color: Pharlap. HEX triplet: 7B, 68 and 68. RGB value is (123,104,104). Sum of RGB (Red+Green+Blue) = 123+104+104=331 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.16% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6868 is #849797. Grayscale: #6D6D6D. Windows color (decimal): -8689560 or 6842491. OLE color: 6842491.
HSL color Cylindrical-coordinate representation of color #7B6868: hue angle of 0º 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 #7B6868 is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 104 | 104 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.52 |
| HSL | 0º | 0.08% | 0.45% | - |
| HSV(B) | 0º | 0.15% | 0.48% | - |
| XYZ | 15.62 | 15.11 | 15.19 | - |
| YUV | 109.68 | 124.79 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 104 | 104 | 0 | 0.15 | 0.15 | 0.52 | 0 | 0.08 | 0.45 |
| Hex | 7B | 68 | 68 | 0 | F | F | 34 | 0 | 8 | 2D |
| Octal | 173 | 150 | 150 | 0 | 17 | 17 | 64 | 0 | 10 | 55 |
| Binary | 1111011 | 1101000 | 1101000 | 0 | 1111 | 1111 | 110100 | 0 | 1000 | 101101 |
Color Harmonies of #7B6868
Complementary color
Monochromatic Colors of #7B6868
Black with #7B6868
Text Example
Text Example
White with #7B6868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6868; }
p { color: rgb(123,104,104); }
H1.HeaderClassName
{
color: #7B6868;
}
.AnyTagClassName
{
color: #7B6868;
}
</style>
background-color css
<style>
a { background-color: #7B6868; }
a { background-color: rgb(123,104,104); }
div.DivClassName
{
background-color: #7B6868;
}
.BgClassName
{
background-color: #7B6868;
}
</style>
border-color css
<style>
span { border-color: #7B6868; }
span { border-color: rgb(123,104,104); }
td.TdClassName
{
border-color: #7B6868;
}
.TagClassName
{
border-color: #7B6868;
}
</style>