Shades of Pharlap #786867
Tints of Pharlap #786867
RGB
CMYK
RGB Variations
Color information
#786867 (or 0x786867) is known color: Pharlap. HEX triplet: 78, 68 and 67. RGB value is (120,104,103). Sum of RGB (Red+Green+Blue) = 120+104+103=327 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.70% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 103 (40.62% from 255 or 31.50% from 327); Max value from RGB is 120 - color contains mainly: red. Hex color #786867 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786867 is #879798. Grayscale: #6C6C6C. Windows color (decimal): -8886169 or 6776952. OLE color: 6776952.
HSL color Cylindrical-coordinate representation of color #786867: hue angle of 3.53º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #786867 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 104 | 103 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.53 |
| HSL | 3.53º | 0.08% | 0.44% | - |
| HSV(B) | 3.53º | 0.14% | 0.47% | - |
| XYZ | 15.14 | 14.87 | 14.9 | - |
| YUV | 108.67 | 124.8 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 104 | 103 | 0 | 0.13 | 0.14 | 0.53 | 3.53 | 0.08 | 0.44 |
| Hex | 78 | 68 | 67 | 0 | D | E | 35 | 4 | 8 | 2C |
| Octal | 170 | 150 | 147 | 0 | 15 | 16 | 65 | 4 | 10 | 54 |
| Binary | 1111000 | 1101000 | 1100111 | 0 | 1101 | 1110 | 110101 | 100 | 1000 | 101100 |
Color Harmonies of #786867
Complementary color
Monochromatic Colors of #786867
Black with #786867
Text Example
Text Example
White with #786867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786867; }
p { color: rgb(120,104,103); }
H1.HeaderClassName
{
color: #786867;
}
.AnyTagClassName
{
color: #786867;
}
</style>
background-color css
<style>
a { background-color: #786867; }
a { background-color: rgb(120,104,103); }
div.DivClassName
{
background-color: #786867;
}
.BgClassName
{
background-color: #786867;
}
</style>
border-color css
<style>
span { border-color: #786867; }
span { border-color: rgb(120,104,103); }
td.TdClassName
{
border-color: #786867;
}
.TagClassName
{
border-color: #786867;
}
</style>