Shades of Pharlap #7B605C
Tints of Pharlap #7B605C
RGB
CMYK
RGB Variations
Color information
#7B605C (or 0x7B605C) is known color: Pharlap. HEX triplet: 7B, 60 and 5C. RGB value is (123,96,92). Sum of RGB (Red+Green+Blue) = 123+96+92=311 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.55% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 123 - color contains mainly: red. Hex color #7B605C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B605C is #849FA3. Grayscale: #676767. Windows color (decimal): -8691620 or 6054011. OLE color: 6054011.
HSL color Cylindrical-coordinate representation of color #7B605C: hue angle of 7.74º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7B605C is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 96 | 92 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.52 |
| HSL | 7.74º | 0.14% | 0.42% | - |
| HSV(B) | 7.74º | 0.25% | 0.48% | - |
| XYZ | 14.28 | 13.35 | 11.95 | - |
| YUV | 103.62 | 121.45 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 96 | 92 | 0 | 0.22 | 0.25 | 0.52 | 7.74 | 0.14 | 0.42 |
| Hex | 7B | 60 | 5C | 0 | 16 | 19 | 34 | 8 | E | 2A |
| Octal | 173 | 140 | 134 | 0 | 26 | 31 | 64 | 10 | 16 | 52 |
| Binary | 1111011 | 1100000 | 1011100 | 0 | 10110 | 11001 | 110100 | 1000 | 1110 | 101010 |
Color Harmonies of #7B605C
Complementary color
Monochromatic Colors of #7B605C
Black with #7B605C
Text Example
Text Example
White with #7B605C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B605C; }
p { color: rgb(123,96,92); }
H1.HeaderClassName
{
color: #7B605C;
}
.AnyTagClassName
{
color: #7B605C;
}
</style>
background-color css
<style>
a { background-color: #7B605C; }
a { background-color: rgb(123,96,92); }
div.DivClassName
{
background-color: #7B605C;
}
.BgClassName
{
background-color: #7B605C;
}
</style>
border-color css
<style>
span { border-color: #7B605C; }
span { border-color: rgb(123,96,92); }
td.TdClassName
{
border-color: #7B605C;
}
.TagClassName
{
border-color: #7B605C;
}
</style>