Shades of Pharlap #7B6967
Tints of Pharlap #7B6967
RGB
CMYK
RGB Variations
Color information
#7B6967 (or 0x7B6967) is known color: Pharlap. HEX triplet: 7B, 69 and 67. RGB value is (123,105,103). Sum of RGB (Red+Green+Blue) = 123+105+103=331 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.16% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 103 (40.62% from 255 or 31.12% from 331); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6967 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6967 is #849698. Grayscale: #6E6E6E. Windows color (decimal): -8689305 or 6777211. OLE color: 6777211.
HSL color Cylindrical-coordinate representation of color #7B6967: hue angle of 6º 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 #7B6967 is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 105 | 103 | - |
| CMYK | 0 | 0.15 | 0.16 | 0.52 |
| HSL | 6º | 0.09% | 0.44% | - |
| HSV(B) | 6º | 0.16% | 0.48% | - |
| XYZ | 15.67 | 15.29 | 14.96 | - |
| YUV | 110.15 | 123.96 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 105 | 103 | 0 | 0.15 | 0.16 | 0.52 | 6 | 0.09 | 0.44 |
| Hex | 7B | 69 | 67 | 0 | F | 10 | 34 | 6 | 9 | 2C |
| Octal | 173 | 151 | 147 | 0 | 17 | 20 | 64 | 6 | 11 | 54 |
| Binary | 1111011 | 1101001 | 1100111 | 0 | 1111 | 10000 | 110100 | 110 | 1001 | 101100 |
Color Harmonies of #7B6967
Complementary color
Monochromatic Colors of #7B6967
Black with #7B6967
Text Example
Text Example
White with #7B6967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6967; }
p { color: rgb(123,105,103); }
H1.HeaderClassName
{
color: #7B6967;
}
.AnyTagClassName
{
color: #7B6967;
}
</style>
background-color css
<style>
a { background-color: #7B6967; }
a { background-color: rgb(123,105,103); }
div.DivClassName
{
background-color: #7B6967;
}
.BgClassName
{
background-color: #7B6967;
}
</style>
border-color css
<style>
span { border-color: #7B6967; }
span { border-color: rgb(123,105,103); }
td.TdClassName
{
border-color: #7B6967;
}
.TagClassName
{
border-color: #7B6967;
}
</style>