Shades of Pharlap #7B6969
Tints of Pharlap #7B6969
RGB
CMYK
RGB Variations
Color information
#7B6969 (or 0x7B6969) is known color: Pharlap. HEX triplet: 7B, 69 and 69. RGB value is (123,105,105). Sum of RGB (Red+Green+Blue) = 123+105+105=333 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.94% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 105 (41.41% from 255 or 31.53% from 333); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6969 is #849696. Grayscale: #6E6E6E. Windows color (decimal): -8689303 or 6908283. OLE color: 6908283.
HSL color Cylindrical-coordinate representation of color #7B6969: 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 #7B6969 is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 105 | 105 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.52 |
| HSL | 0º | 0.08% | 0.45% | - |
| HSV(B) | 0º | 0.15% | 0.48% | - |
| XYZ | 15.77 | 15.33 | 15.49 | - |
| YUV | 110.38 | 124.96 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 105 | 105 | 0 | 0.15 | 0.15 | 0.52 | 0 | 0.08 | 0.45 |
| Hex | 7B | 69 | 69 | 0 | F | F | 34 | 0 | 8 | 2D |
| Octal | 173 | 151 | 151 | 0 | 17 | 17 | 64 | 0 | 10 | 55 |
| Binary | 1111011 | 1101001 | 1101001 | 0 | 1111 | 1111 | 110100 | 0 | 1000 | 101101 |
Color Harmonies of #7B6969
Complementary color
Monochromatic Colors of #7B6969
Black with #7B6969
Text Example
Text Example
White with #7B6969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6969; }
p { color: rgb(123,105,105); }
H1.HeaderClassName
{
color: #7B6969;
}
.AnyTagClassName
{
color: #7B6969;
}
</style>
background-color css
<style>
a { background-color: #7B6969; }
a { background-color: rgb(123,105,105); }
div.DivClassName
{
background-color: #7B6969;
}
.BgClassName
{
background-color: #7B6969;
}
</style>
border-color css
<style>
span { border-color: #7B6969; }
span { border-color: rgb(123,105,105); }
td.TdClassName
{
border-color: #7B6969;
}
.TagClassName
{
border-color: #7B6969;
}
</style>