Shades of Pharlap #7B5B58
Tints of Pharlap #7B5B58
RGB
CMYK
RGB Variations
Color information
#7B5B58 (or 0x7B5B58) is known color: Pharlap. HEX triplet: 7B, 5B and 58. RGB value is (123,91,88). Sum of RGB (Red+Green+Blue) = 123+91+88=302 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.73% from 302); Green value is 91 (35.94% from 255 or 30.13% from 302); Blue value is 88 (34.77% from 255 or 29.14% from 302); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5B58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5B58 is #84A4A7. Grayscale: #646464. Windows color (decimal): -8692904 or 5790587. OLE color: 5790587.
HSL color Cylindrical-coordinate representation of color #7B5B58: hue angle of 5.14º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7B5B58 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 91 | 88 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.52 |
| HSL | 5.14º | 0.17% | 0.41% | - |
| HSV(B) | 5.14º | 0.28% | 0.48% | - |
| XYZ | 13.67 | 12.4 | 10.9 | - |
| YUV | 100.23 | 121.1 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 91 | 88 | 0 | 0.26 | 0.28 | 0.52 | 5.14 | 0.17 | 0.41 |
| Hex | 7B | 5B | 58 | 0 | 1A | 1C | 34 | 5 | 11 | 29 |
| Octal | 173 | 133 | 130 | 0 | 32 | 34 | 64 | 5 | 21 | 51 |
| Binary | 1111011 | 1011011 | 1011000 | 0 | 11010 | 11100 | 110100 | 101 | 10001 | 101001 |
Color Harmonies of #7B5B58
Complementary color
Monochromatic Colors of #7B5B58
Black with #7B5B58
Text Example
Text Example
White with #7B5B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5B58; }
p { color: rgb(123,91,88); }
H1.HeaderClassName
{
color: #7B5B58;
}
.AnyTagClassName
{
color: #7B5B58;
}
</style>
background-color css
<style>
a { background-color: #7B5B58; }
a { background-color: rgb(123,91,88); }
div.DivClassName
{
background-color: #7B5B58;
}
.BgClassName
{
background-color: #7B5B58;
}
</style>
border-color css
<style>
span { border-color: #7B5B58; }
span { border-color: rgb(123,91,88); }
td.TdClassName
{
border-color: #7B5B58;
}
.TagClassName
{
border-color: #7B5B58;
}
</style>