Shades of Pharlap #7D635F
Tints of Pharlap #7D635F
RGB
CMYK
RGB Variations
Color information
#7D635F (or 0x7D635F) is known color: Pharlap. HEX triplet: 7D, 63 and 5F. RGB value is (125,99,95). Sum of RGB (Red+Green+Blue) = 125+99+95=319 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.18% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 95 (37.5% from 255 or 29.78% from 319); Max value from RGB is 125 - color contains mainly: red. Hex color #7D635F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D635F is #829CA0. Grayscale: #6A6A6A. Windows color (decimal): -8559777 or 6251389. OLE color: 6251389.
HSL color Cylindrical-coordinate representation of color #7D635F: hue angle of 8º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7D635F is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 99 | 95 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.51 |
| HSL | 8º | 0.14% | 0.43% | - |
| HSV(B) | 8º | 0.24% | 0.49% | - |
| XYZ | 14.98 | 14.11 | 12.76 | - |
| YUV | 106.32 | 121.61 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 99 | 95 | 0 | 0.21 | 0.24 | 0.51 | 8 | 0.14 | 0.43 |
| Hex | 7D | 63 | 5F | 0 | 15 | 18 | 33 | 8 | E | 2B |
| Octal | 175 | 143 | 137 | 0 | 25 | 30 | 63 | 10 | 16 | 53 |
| Binary | 1111101 | 1100011 | 1011111 | 0 | 10101 | 11000 | 110011 | 1000 | 1110 | 101011 |
Color Harmonies of #7D635F
Complementary color
Monochromatic Colors of #7D635F
Black with #7D635F
Text Example
Text Example
White with #7D635F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D635F; }
p { color: rgb(125,99,95); }
H1.HeaderClassName
{
color: #7D635F;
}
.AnyTagClassName
{
color: #7D635F;
}
</style>
background-color css
<style>
a { background-color: #7D635F; }
a { background-color: rgb(125,99,95); }
div.DivClassName
{
background-color: #7D635F;
}
.BgClassName
{
background-color: #7D635F;
}
</style>
border-color css
<style>
span { border-color: #7D635F; }
span { border-color: rgb(125,99,95); }
td.TdClassName
{
border-color: #7D635F;
}
.TagClassName
{
border-color: #7D635F;
}
</style>