Shades of Pharlap #746B69
Tints of Pharlap #746B69
RGB
CMYK
RGB Variations
Color information
#746B69 (or 0x746B69) is known color: Pharlap. HEX triplet: 74, 6B and 69. RGB value is (116,107,105). Sum of RGB (Red+Green+Blue) = 116+107+105=328 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.37% from 328); Green value is 107 (42.19% from 255 or 32.62% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 116 - color contains mainly: red. Hex color #746B69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746B69 is #8B9496. Grayscale: #6D6D6D. Windows color (decimal): -9147543 or 6908788. OLE color: 6908788.
HSL color Cylindrical-coordinate representation of color #746B69: hue angle of 10.91º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #746B69 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 107 | 105 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.55 |
| HSL | 10.91º | 0.05% | 0.43% | - |
| HSV(B) | 10.91º | 0.09% | 0.45% | - |
| XYZ | 15.01 | 15.25 | 15.52 | - |
| YUV | 109.46 | 125.48 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 107 | 105 | 0 | 0.08 | 0.09 | 0.55 | 10.91 | 0.05 | 0.43 |
| Hex | 74 | 6B | 69 | 0 | 8 | 9 | 37 | B | 5 | 2B |
| Octal | 164 | 153 | 151 | 0 | 10 | 11 | 67 | 13 | 5 | 53 |
| Binary | 1110100 | 1101011 | 1101001 | 0 | 1000 | 1001 | 110111 | 1011 | 101 | 101011 |
Color Harmonies of #746B69
Complementary color
Monochromatic Colors of #746B69
Black with #746B69
Text Example
Text Example
White with #746B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746B69; }
p { color: rgb(116,107,105); }
H1.HeaderClassName
{
color: #746B69;
}
.AnyTagClassName
{
color: #746B69;
}
</style>
background-color css
<style>
a { background-color: #746B69; }
a { background-color: rgb(116,107,105); }
div.DivClassName
{
background-color: #746B69;
}
.BgClassName
{
background-color: #746B69;
}
</style>
border-color css
<style>
span { border-color: #746B69; }
span { border-color: rgb(116,107,105); }
td.TdClassName
{
border-color: #746B69;
}
.TagClassName
{
border-color: #746B69;
}
</style>