Shades of Pharlap #7B6867
Tints of Pharlap #7B6867
RGB
CMYK
RGB Variations
Color information
#7B6867 (or 0x7B6867) is known color: Pharlap. HEX triplet: 7B, 68 and 67. RGB value is (123,104,103). Sum of RGB (Red+Green+Blue) = 123+104+103=330 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.27% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 103 (40.62% from 255 or 31.21% from 330); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6867 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6867 is #849798. Grayscale: #6D6D6D. Windows color (decimal): -8689561 or 6776955. OLE color: 6776955.
HSL color Cylindrical-coordinate representation of color #7B6867: hue angle of 3º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7B6867 is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 104 | 103 | - |
| CMYK | 0 | 0.15 | 0.16 | 0.52 |
| HSL | 3º | 0.09% | 0.44% | - |
| HSV(B) | 3º | 0.16% | 0.48% | - |
| XYZ | 15.57 | 15.09 | 14.92 | - |
| YUV | 109.57 | 124.29 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 104 | 103 | 0 | 0.15 | 0.16 | 0.52 | 3 | 0.09 | 0.44 |
| Hex | 7B | 68 | 67 | 0 | F | 10 | 34 | 3 | 9 | 2C |
| Octal | 173 | 150 | 147 | 0 | 17 | 20 | 64 | 3 | 11 | 54 |
| Binary | 1111011 | 1101000 | 1100111 | 0 | 1111 | 10000 | 110100 | 11 | 1001 | 101100 |
Color Harmonies of #7B6867
Complementary color
Monochromatic Colors of #7B6867
Black with #7B6867
Text Example
Text Example
White with #7B6867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6867; }
p { color: rgb(123,104,103); }
H1.HeaderClassName
{
color: #7B6867;
}
.AnyTagClassName
{
color: #7B6867;
}
</style>
background-color css
<style>
a { background-color: #7B6867; }
a { background-color: rgb(123,104,103); }
div.DivClassName
{
background-color: #7B6867;
}
.BgClassName
{
background-color: #7B6867;
}
</style>
border-color css
<style>
span { border-color: #7B6867; }
span { border-color: rgb(123,104,103); }
td.TdClassName
{
border-color: #7B6867;
}
.TagClassName
{
border-color: #7B6867;
}
</style>