Shades of Pharlap #736462
Tints of Pharlap #736462
RGB
CMYK
RGB Variations
Color information
#736462 (or 0x736462) is known color: Pharlap. HEX triplet: 73, 64 and 62. RGB value is (115,100,98). Sum of RGB (Red+Green+Blue) = 115+100+98=313 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.74% from 313); Green value is 100 (39.45% from 255 or 31.95% from 313); Blue value is 98 (38.67% from 255 or 31.31% from 313); Max value from RGB is 115 - color contains mainly: red. Hex color #736462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736462 is #8C9B9D. Grayscale: #686868. Windows color (decimal): -9214878 or 6448243. OLE color: 6448243.
HSL color Cylindrical-coordinate representation of color #736462: hue angle of 7.06º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #736462 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 100 | 98 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.55 |
| HSL | 7.06º | 0.08% | 0.42% | - |
| HSV(B) | 7.06º | 0.15% | 0.45% | - |
| XYZ | 13.83 | 13.64 | 13.46 | - |
| YUV | 104.26 | 124.47 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 100 | 98 | 0 | 0.13 | 0.15 | 0.55 | 7.06 | 0.08 | 0.42 |
| Hex | 73 | 64 | 62 | 0 | D | F | 37 | 7 | 8 | 2A |
| Octal | 163 | 144 | 142 | 0 | 15 | 17 | 67 | 7 | 10 | 52 |
| Binary | 1110011 | 1100100 | 1100010 | 0 | 1101 | 1111 | 110111 | 111 | 1000 | 101010 |
Color Harmonies of #736462
Complementary color
Monochromatic Colors of #736462
Black with #736462
Text Example
Text Example
White with #736462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736462; }
p { color: rgb(115,100,98); }
H1.HeaderClassName
{
color: #736462;
}
.AnyTagClassName
{
color: #736462;
}
</style>
background-color css
<style>
a { background-color: #736462; }
a { background-color: rgb(115,100,98); }
div.DivClassName
{
background-color: #736462;
}
.BgClassName
{
background-color: #736462;
}
</style>
border-color css
<style>
span { border-color: #736462; }
span { border-color: rgb(115,100,98); }
td.TdClassName
{
border-color: #736462;
}
.TagClassName
{
border-color: #736462;
}
</style>