Shades of Pharlap #7F645F
Tints of Pharlap #7F645F
RGB
CMYK
RGB Variations
Color information
#7F645F (or 0x7F645F) is known color: Pharlap. HEX triplet: 7F, 64 and 5F. RGB value is (127,100,95). Sum of RGB (Red+Green+Blue) = 127+100+95=322 (42% of max value = 765). Red value is 127 (50% from 255 or 39.44% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 127 - color contains mainly: red. Hex color #7F645F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F645F is #809BA0. Grayscale: #6B6B6B. Windows color (decimal): -8428449 or 6251647. OLE color: 6251647.
HSL color Cylindrical-coordinate representation of color #7F645F: hue angle of 9.38º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7F645F is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 100 | 95 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.50 |
| HSL | 9.38º | 0.14% | 0.44% | - |
| HSV(B) | 9.38º | 0.25% | 0.5% | - |
| XYZ | 15.38 | 14.45 | 12.81 | - |
| YUV | 107.5 | 120.95 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 100 | 95 | 0 | 0.21 | 0.25 | 0.50 | 9.38 | 0.14 | 0.44 |
| Hex | 7F | 64 | 5F | 0 | 15 | 19 | 32 | 9 | E | 2C |
| Octal | 177 | 144 | 137 | 0 | 25 | 31 | 62 | 11 | 16 | 54 |
| Binary | 1111111 | 1100100 | 1011111 | 0 | 10101 | 11001 | 110010 | 1001 | 1110 | 101100 |
Color Harmonies of #7F645F
Complementary color
Monochromatic Colors of #7F645F
Black with #7F645F
Text Example
Text Example
White with #7F645F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F645F; }
p { color: rgb(127,100,95); }
H1.HeaderClassName
{
color: #7F645F;
}
.AnyTagClassName
{
color: #7F645F;
}
</style>
background-color css
<style>
a { background-color: #7F645F; }
a { background-color: rgb(127,100,95); }
div.DivClassName
{
background-color: #7F645F;
}
.BgClassName
{
background-color: #7F645F;
}
</style>
border-color css
<style>
span { border-color: #7F645F; }
span { border-color: rgb(127,100,95); }
td.TdClassName
{
border-color: #7F645F;
}
.TagClassName
{
border-color: #7F645F;
}
</style>