Shades of Pharlap #7D6C6A
Tints of Pharlap #7D6C6A
RGB
CMYK
RGB Variations
Color information
#7D6C6A (or 0x7D6C6A) is known color: Pharlap. HEX triplet: 7D, 6C and 6A. RGB value is (125,108,106). Sum of RGB (Red+Green+Blue) = 125+108+106=339 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.87% from 339); Green value is 108 (42.58% from 255 or 31.86% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6C6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6C6A is #829395. Grayscale: #707070. Windows color (decimal): -8557462 or 6974589. OLE color: 6974589.
HSL color Cylindrical-coordinate representation of color #7D6C6A: hue angle of 6.32º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7D6C6A is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 108 | 106 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.51 |
| HSL | 6.32º | 0.08% | 0.45% | - |
| HSV(B) | 6.32º | 0.15% | 0.49% | - |
| XYZ | 16.42 | 16.13 | 15.88 | - |
| YUV | 112.86 | 124.13 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 108 | 106 | 0 | 0.14 | 0.15 | 0.51 | 6.32 | 0.08 | 0.45 |
| Hex | 7D | 6C | 6A | 0 | E | F | 33 | 6 | 8 | 2D |
| Octal | 175 | 154 | 152 | 0 | 16 | 17 | 63 | 6 | 10 | 55 |
| Binary | 1111101 | 1101100 | 1101010 | 0 | 1110 | 1111 | 110011 | 110 | 1000 | 101101 |
Color Harmonies of #7D6C6A
Complementary color
Monochromatic Colors of #7D6C6A
Black with #7D6C6A
Text Example
Text Example
White with #7D6C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6C6A; }
p { color: rgb(125,108,106); }
H1.HeaderClassName
{
color: #7D6C6A;
}
.AnyTagClassName
{
color: #7D6C6A;
}
</style>
background-color css
<style>
a { background-color: #7D6C6A; }
a { background-color: rgb(125,108,106); }
div.DivClassName
{
background-color: #7D6C6A;
}
.BgClassName
{
background-color: #7D6C6A;
}
</style>
border-color css
<style>
span { border-color: #7D6C6A; }
span { border-color: rgb(125,108,106); }
td.TdClassName
{
border-color: #7D6C6A;
}
.TagClassName
{
border-color: #7D6C6A;
}
</style>