Shades of Pharlap #806763
Tints of Pharlap #806763
RGB
CMYK
RGB Variations
Color information
#806763 (or 0x806763) is known color: Pharlap. HEX triplet: 80, 67 and 63. RGB value is (128,103,99). Sum of RGB (Red+Green+Blue) = 128+103+99=330 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.79% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 99 (39.06% from 255 or 30% from 330); Max value from RGB is 128 - color contains mainly: red. Hex color #806763 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806763 is #7F989C. Grayscale: #6E6E6E. Windows color (decimal): -8362141 or 6514560. OLE color: 6514560.
HSL color Cylindrical-coordinate representation of color #806763: hue angle of 8.28º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #806763 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 103 | 99 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.50 |
| HSL | 8.28º | 0.13% | 0.45% | - |
| HSV(B) | 8.28º | 0.23% | 0.5% | - |
| XYZ | 16 | 15.19 | 13.89 | - |
| YUV | 110.02 | 121.78 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 103 | 99 | 0 | 0.20 | 0.23 | 0.50 | 8.28 | 0.13 | 0.45 |
| Hex | 80 | 67 | 63 | 0 | 14 | 17 | 32 | 8 | D | 2D |
| Octal | 200 | 147 | 143 | 0 | 24 | 27 | 62 | 10 | 15 | 55 |
| Binary | 10000000 | 1100111 | 1100011 | 0 | 10100 | 10111 | 110010 | 1000 | 1101 | 101101 |
Color Harmonies of #806763
Complementary color
Monochromatic Colors of #806763
Black with #806763
Text Example
Text Example
White with #806763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806763; }
p { color: rgb(128,103,99); }
H1.HeaderClassName
{
color: #806763;
}
.AnyTagClassName
{
color: #806763;
}
</style>
background-color css
<style>
a { background-color: #806763; }
a { background-color: rgb(128,103,99); }
div.DivClassName
{
background-color: #806763;
}
.BgClassName
{
background-color: #806763;
}
</style>
border-color css
<style>
span { border-color: #806763; }
span { border-color: rgb(128,103,99); }
td.TdClassName
{
border-color: #806763;
}
.TagClassName
{
border-color: #806763;
}
</style>