Shades of Pharlap #7B5F5B
Tints of Pharlap #7B5F5B
RGB
CMYK
RGB Variations
Color information
#7B5F5B (or 0x7B5F5B) is known color: Pharlap. HEX triplet: 7B, 5F and 5B. RGB value is (123,95,91). Sum of RGB (Red+Green+Blue) = 123+95+91=309 (40% of max value = 765). Red value is 123 (48.44% from 255 or 39.81% from 309); Green value is 95 (37.5% from 255 or 30.74% from 309); Blue value is 91 (35.94% from 255 or 29.45% from 309); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5F5B is #84A0A4. Grayscale: #666666. Windows color (decimal): -8691877 or 5988219. OLE color: 5988219.
HSL color Cylindrical-coordinate representation of color #7B5F5B: hue angle of 7.5º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7B5F5B is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 95 | 91 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.52 |
| HSL | 7.5º | 0.15% | 0.42% | - |
| HSV(B) | 7.5º | 0.26% | 0.48% | - |
| XYZ | 14.15 | 13.15 | 11.69 | - |
| YUV | 102.92 | 121.28 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 95 | 91 | 0 | 0.23 | 0.26 | 0.52 | 7.5 | 0.15 | 0.42 |
| Hex | 7B | 5F | 5B | 0 | 17 | 1A | 34 | 8 | F | 2A |
| Octal | 173 | 137 | 133 | 0 | 27 | 32 | 64 | 10 | 17 | 52 |
| Binary | 1111011 | 1011111 | 1011011 | 0 | 10111 | 11010 | 110100 | 1000 | 1111 | 101010 |
Color Harmonies of #7B5F5B
Complementary color
Monochromatic Colors of #7B5F5B
Black with #7B5F5B
Text Example
Text Example
White with #7B5F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5F5B; }
p { color: rgb(123,95,91); }
H1.HeaderClassName
{
color: #7B5F5B;
}
.AnyTagClassName
{
color: #7B5F5B;
}
</style>
background-color css
<style>
a { background-color: #7B5F5B; }
a { background-color: rgb(123,95,91); }
div.DivClassName
{
background-color: #7B5F5B;
}
.BgClassName
{
background-color: #7B5F5B;
}
</style>
border-color css
<style>
span { border-color: #7B5F5B; }
span { border-color: rgb(123,95,91); }
td.TdClassName
{
border-color: #7B5F5B;
}
.TagClassName
{
border-color: #7B5F5B;
}
</style>