Shades of Pharlap #7B6561
Tints of Pharlap #7B6561
RGB
CMYK
RGB Variations
Color information
#7B6561 (or 0x7B6561) is known color: Pharlap. HEX triplet: 7B, 65 and 61. RGB value is (123,101,97). Sum of RGB (Red+Green+Blue) = 123+101+97=321 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.32% from 321); Green value is 101 (39.84% from 255 or 31.46% from 321); Blue value is 97 (38.28% from 255 or 30.22% from 321); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6561 is #849A9E. Grayscale: #6B6B6B. Windows color (decimal): -8690335 or 6382971. OLE color: 6382971.
HSL color Cylindrical-coordinate representation of color #7B6561: hue angle of 9.23º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7B6561 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 101 | 97 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.52 |
| HSL | 9.23º | 0.12% | 0.43% | - |
| HSV(B) | 9.23º | 0.21% | 0.48% | - |
| XYZ | 14.98 | 14.38 | 13.3 | - |
| YUV | 107.12 | 122.29 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 101 | 97 | 0 | 0.18 | 0.21 | 0.52 | 9.23 | 0.12 | 0.43 |
| Hex | 7B | 65 | 61 | 0 | 12 | 15 | 34 | 9 | C | 2B |
| Octal | 173 | 145 | 141 | 0 | 22 | 25 | 64 | 11 | 14 | 53 |
| Binary | 1111011 | 1100101 | 1100001 | 0 | 10010 | 10101 | 110100 | 1001 | 1100 | 101011 |
Color Harmonies of #7B6561
Complementary color
Monochromatic Colors of #7B6561
Black with #7B6561
Text Example
Text Example
White with #7B6561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6561; }
p { color: rgb(123,101,97); }
H1.HeaderClassName
{
color: #7B6561;
}
.AnyTagClassName
{
color: #7B6561;
}
</style>
background-color css
<style>
a { background-color: #7B6561; }
a { background-color: rgb(123,101,97); }
div.DivClassName
{
background-color: #7B6561;
}
.BgClassName
{
background-color: #7B6561;
}
</style>
border-color css
<style>
span { border-color: #7B6561; }
span { border-color: rgb(123,101,97); }
td.TdClassName
{
border-color: #7B6561;
}
.TagClassName
{
border-color: #7B6561;
}
</style>