Shades of Pharlap #836764
Tints of Pharlap #836764
RGB
CMYK
RGB Variations
Color information
#836764 (or 0x836764) is known color: Pharlap. HEX triplet: 83, 67 and 64. RGB value is (131,103,100). Sum of RGB (Red+Green+Blue) = 131+103+100=334 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.22% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 100 (39.45% from 255 or 29.94% from 334); Max value from RGB is 131 - color contains mainly: red. Hex color #836764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836764 is #7C989B. Grayscale: #6F6F6F. Windows color (decimal): -8165532 or 6580099. OLE color: 6580099.
HSL color Cylindrical-coordinate representation of color #836764: hue angle of 5.81º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #836764 is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 103 | 100 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.49 |
| HSL | 5.81º | 0.13% | 0.45% | - |
| HSV(B) | 5.81º | 0.24% | 0.51% | - |
| XYZ | 16.51 | 15.45 | 14.17 | - |
| YUV | 111.03 | 121.78 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 103 | 100 | 0 | 0.21 | 0.24 | 0.49 | 5.81 | 0.13 | 0.45 |
| Hex | 83 | 67 | 64 | 0 | 15 | 18 | 31 | 6 | D | 2D |
| Octal | 203 | 147 | 144 | 0 | 25 | 30 | 61 | 6 | 15 | 55 |
| Binary | 10000011 | 1100111 | 1100100 | 0 | 10101 | 11000 | 110001 | 110 | 1101 | 101101 |
Color Harmonies of #836764
Complementary color
Monochromatic Colors of #836764
Black with #836764
Text Example
Text Example
White with #836764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836764; }
p { color: rgb(131,103,100); }
H1.HeaderClassName
{
color: #836764;
}
.AnyTagClassName
{
color: #836764;
}
</style>
background-color css
<style>
a { background-color: #836764; }
a { background-color: rgb(131,103,100); }
div.DivClassName
{
background-color: #836764;
}
.BgClassName
{
background-color: #836764;
}
</style>
border-color css
<style>
span { border-color: #836764; }
span { border-color: rgb(131,103,100); }
td.TdClassName
{
border-color: #836764;
}
.TagClassName
{
border-color: #836764;
}
</style>