Shades of Pharlap #786665
Tints of Pharlap #786665
RGB
CMYK
RGB Variations
Color information
#786665 (or 0x786665) is known color: Pharlap. HEX triplet: 78, 66 and 65. RGB value is (120,102,101). Sum of RGB (Red+Green+Blue) = 120+102+101=323 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.15% from 323); Green value is 102 (40.23% from 255 or 31.58% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 120 - color contains mainly: red. Hex color #786665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786665 is #87999A. Grayscale: #6B6B6B. Windows color (decimal): -8886683 or 6645368. OLE color: 6645368.
HSL color Cylindrical-coordinate representation of color #786665: hue angle of 3.16º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #786665 is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 102 | 101 | - |
| CMYK | 0 | 0.15 | 0.16 | 0.53 |
| HSL | 3.16º | 0.09% | 0.43% | - |
| HSV(B) | 3.16º | 0.16% | 0.47% | - |
| XYZ | 14.85 | 14.44 | 14.32 | - |
| YUV | 107.27 | 124.46 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 102 | 101 | 0 | 0.15 | 0.16 | 0.53 | 3.16 | 0.09 | 0.43 |
| Hex | 78 | 66 | 65 | 0 | F | 10 | 35 | 3 | 9 | 2B |
| Octal | 170 | 146 | 145 | 0 | 17 | 20 | 65 | 3 | 11 | 53 |
| Binary | 1111000 | 1100110 | 1100101 | 0 | 1111 | 10000 | 110101 | 11 | 1001 | 101011 |
Color Harmonies of #786665
Complementary color
Monochromatic Colors of #786665
Black with #786665
Text Example
Text Example
White with #786665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786665; }
p { color: rgb(120,102,101); }
H1.HeaderClassName
{
color: #786665;
}
.AnyTagClassName
{
color: #786665;
}
</style>
background-color css
<style>
a { background-color: #786665; }
a { background-color: rgb(120,102,101); }
div.DivClassName
{
background-color: #786665;
}
.BgClassName
{
background-color: #786665;
}
</style>
border-color css
<style>
span { border-color: #786665; }
span { border-color: rgb(120,102,101); }
td.TdClassName
{
border-color: #786665;
}
.TagClassName
{
border-color: #786665;
}
</style>