Shades of Pharlap #7D6C69
Tints of Pharlap #7D6C69
RGB
CMYK
RGB Variations
Color information
#7D6C69 (or 0x7D6C69) is known color: Pharlap. HEX triplet: 7D, 6C and 69. RGB value is (125,108,105). Sum of RGB (Red+Green+Blue) = 125+108+105=338 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.98% from 338); Green value is 108 (42.58% from 255 or 31.95% from 338); Blue value is 105 (41.41% from 255 or 31.07% from 338); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6C69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6C69 is #829396. Grayscale: #707070. Windows color (decimal): -8557463 or 6909053. OLE color: 6909053.
HSL color Cylindrical-coordinate representation of color #7D6C69: hue angle of 9º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7D6C69 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 108 | 105 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.51 |
| HSL | 9º | 0.09% | 0.45% | - |
| HSV(B) | 9º | 0.16% | 0.49% | - |
| XYZ | 16.37 | 16.11 | 15.61 | - |
| YUV | 112.74 | 123.63 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 108 | 105 | 0 | 0.14 | 0.16 | 0.51 | 9 | 0.09 | 0.45 |
| Hex | 7D | 6C | 69 | 0 | E | 10 | 33 | 9 | 9 | 2D |
| Octal | 175 | 154 | 151 | 0 | 16 | 20 | 63 | 11 | 11 | 55 |
| Binary | 1111101 | 1101100 | 1101001 | 0 | 1110 | 10000 | 110011 | 1001 | 1001 | 101101 |
Color Harmonies of #7D6C69
Complementary color
Monochromatic Colors of #7D6C69
Black with #7D6C69
Text Example
Text Example
White with #7D6C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6C69; }
p { color: rgb(125,108,105); }
H1.HeaderClassName
{
color: #7D6C69;
}
.AnyTagClassName
{
color: #7D6C69;
}
</style>
background-color css
<style>
a { background-color: #7D6C69; }
a { background-color: rgb(125,108,105); }
div.DivClassName
{
background-color: #7D6C69;
}
.BgClassName
{
background-color: #7D6C69;
}
</style>
border-color css
<style>
span { border-color: #7D6C69; }
span { border-color: rgb(125,108,105); }
td.TdClassName
{
border-color: #7D6C69;
}
.TagClassName
{
border-color: #7D6C69;
}
</style>