Shades of Pharlap #746462
Tints of Pharlap #746462
RGB
CMYK
RGB Variations
Color information
#746462 (or 0x746462) is known color: Pharlap. HEX triplet: 74, 64 and 62. RGB value is (116,100,98). Sum of RGB (Red+Green+Blue) = 116+100+98=314 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.94% from 314); Green value is 100 (39.45% from 255 or 31.85% from 314); Blue value is 98 (38.67% from 255 or 31.21% from 314); Max value from RGB is 116 - color contains mainly: red. Hex color #746462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746462 is #8B9B9D. Grayscale: #686868. Windows color (decimal): -9149342 or 6448244. OLE color: 6448244.
HSL color Cylindrical-coordinate representation of color #746462: hue angle of 6.67º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #746462 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 100 | 98 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.55 |
| HSL | 6.67º | 0.08% | 0.42% | - |
| HSV(B) | 6.67º | 0.16% | 0.45% | - |
| XYZ | 13.96 | 13.71 | 13.47 | - |
| YUV | 104.56 | 124.3 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 100 | 98 | 0 | 0.14 | 0.16 | 0.55 | 6.67 | 0.08 | 0.42 |
| Hex | 74 | 64 | 62 | 0 | E | 10 | 37 | 7 | 8 | 2A |
| Octal | 164 | 144 | 142 | 0 | 16 | 20 | 67 | 7 | 10 | 52 |
| Binary | 1110100 | 1100100 | 1100010 | 0 | 1110 | 10000 | 110111 | 111 | 1000 | 101010 |
Color Harmonies of #746462
Complementary color
Monochromatic Colors of #746462
Black with #746462
Text Example
Text Example
White with #746462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746462; }
p { color: rgb(116,100,98); }
H1.HeaderClassName
{
color: #746462;
}
.AnyTagClassName
{
color: #746462;
}
</style>
background-color css
<style>
a { background-color: #746462; }
a { background-color: rgb(116,100,98); }
div.DivClassName
{
background-color: #746462;
}
.BgClassName
{
background-color: #746462;
}
</style>
border-color css
<style>
span { border-color: #746462; }
span { border-color: rgb(116,100,98); }
td.TdClassName
{
border-color: #746462;
}
.TagClassName
{
border-color: #746462;
}
</style>