Shades of Pharlap #746563
Tints of Pharlap #746563
RGB
CMYK
RGB Variations
Color information
#746563 (or 0x746563) is known color: Pharlap. HEX triplet: 74, 65 and 63. RGB value is (116,101,99). Sum of RGB (Red+Green+Blue) = 116+101+99=316 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.71% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 99 (39.06% from 255 or 31.33% from 316); Max value from RGB is 116 - color contains mainly: red. Hex color #746563 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746563 is #8B9A9C. Grayscale: #696969. Windows color (decimal): -9149085 or 6514036. OLE color: 6514036.
HSL color Cylindrical-coordinate representation of color #746563: 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 #746563 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 101 | 99 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.55 |
| HSL | 7.06º | 0.08% | 0.42% | - |
| HSV(B) | 7.06º | 0.15% | 0.45% | - |
| XYZ | 14.11 | 13.92 | 13.75 | - |
| YUV | 105.26 | 124.47 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 101 | 99 | 0 | 0.13 | 0.15 | 0.55 | 7.06 | 0.08 | 0.42 |
| Hex | 74 | 65 | 63 | 0 | D | F | 37 | 7 | 8 | 2A |
| Octal | 164 | 145 | 143 | 0 | 15 | 17 | 67 | 7 | 10 | 52 |
| Binary | 1110100 | 1100101 | 1100011 | 0 | 1101 | 1111 | 110111 | 111 | 1000 | 101010 |
Color Harmonies of #746563
Complementary color
Monochromatic Colors of #746563
Black with #746563
Text Example
Text Example
White with #746563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746563; }
p { color: rgb(116,101,99); }
H1.HeaderClassName
{
color: #746563;
}
.AnyTagClassName
{
color: #746563;
}
</style>
background-color css
<style>
a { background-color: #746563; }
a { background-color: rgb(116,101,99); }
div.DivClassName
{
background-color: #746563;
}
.BgClassName
{
background-color: #746563;
}
</style>
border-color css
<style>
span { border-color: #746563; }
span { border-color: rgb(116,101,99); }
td.TdClassName
{
border-color: #746563;
}
.TagClassName
{
border-color: #746563;
}
</style>