Shades of Pharlap #7D625D
Tints of Pharlap #7D625D
RGB
CMYK
RGB Variations
Color information
#7D625D (or 0x7D625D) is known color: Pharlap. HEX triplet: 7D, 62 and 5D. RGB value is (125,98,93). Sum of RGB (Red+Green+Blue) = 125+98+93=316 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.56% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 125 - color contains mainly: red. Hex color #7D625D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D625D is #829DA2. Grayscale: #696969. Windows color (decimal): -8560035 or 6120061. OLE color: 6120061.
HSL color Cylindrical-coordinate representation of color #7D625D: hue angle of 9.38º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7D625D is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 98 | 93 | - |
| CMYK | 0 | 0.22 | 0.26 | 0.51 |
| HSL | 9.38º | 0.15% | 0.43% | - |
| HSV(B) | 9.38º | 0.26% | 0.49% | - |
| XYZ | 14.8 | 13.89 | 12.26 | - |
| YUV | 105.5 | 120.95 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 98 | 93 | 0 | 0.22 | 0.26 | 0.51 | 9.38 | 0.15 | 0.43 |
| Hex | 7D | 62 | 5D | 0 | 16 | 1A | 33 | 9 | F | 2B |
| Octal | 175 | 142 | 135 | 0 | 26 | 32 | 63 | 11 | 17 | 53 |
| Binary | 1111101 | 1100010 | 1011101 | 0 | 10110 | 11010 | 110011 | 1001 | 1111 | 101011 |
Color Harmonies of #7D625D
Complementary color
Monochromatic Colors of #7D625D
Black with #7D625D
Text Example
Text Example
White with #7D625D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D625D; }
p { color: rgb(125,98,93); }
H1.HeaderClassName
{
color: #7D625D;
}
.AnyTagClassName
{
color: #7D625D;
}
</style>
background-color css
<style>
a { background-color: #7D625D; }
a { background-color: rgb(125,98,93); }
div.DivClassName
{
background-color: #7D625D;
}
.BgClassName
{
background-color: #7D625D;
}
</style>
border-color css
<style>
span { border-color: #7D625D; }
span { border-color: rgb(125,98,93); }
td.TdClassName
{
border-color: #7D625D;
}
.TagClassName
{
border-color: #7D625D;
}
</style>