Shades of Pharlap #7A5E5C
Tints of Pharlap #7A5E5C
RGB
CMYK
RGB Variations
Color information
#7A5E5C (or 0x7A5E5C) is known color: Pharlap. HEX triplet: 7A, 5E and 5C. RGB value is (122,94,92). Sum of RGB (Red+Green+Blue) = 122+94+92=308 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.61% from 308); Green value is 94 (37.11% from 255 or 30.52% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5E5C is #85A1A3. Grayscale: #666666. Windows color (decimal): -8757668 or 6053498. OLE color: 6053498.
HSL color Cylindrical-coordinate representation of color #7A5E5C: hue angle of 4º 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 #7A5E5C is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 94 | 92 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.52 |
| HSL | 4º | 0.14% | 0.42% | - |
| HSV(B) | 4º | 0.25% | 0.48% | - |
| XYZ | 13.96 | 12.92 | 11.88 | - |
| YUV | 102.14 | 122.28 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 94 | 92 | 0 | 0.23 | 0.25 | 0.52 | 4 | 0.14 | 0.42 |
| Hex | 7A | 5E | 5C | 0 | 17 | 19 | 34 | 4 | E | 2A |
| Octal | 172 | 136 | 134 | 0 | 27 | 31 | 64 | 4 | 16 | 52 |
| Binary | 1111010 | 1011110 | 1011100 | 0 | 10111 | 11001 | 110100 | 100 | 1110 | 101010 |
Color Harmonies of #7A5E5C
Complementary color
Monochromatic Colors of #7A5E5C
Black with #7A5E5C
Text Example
Text Example
White with #7A5E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5E5C; }
p { color: rgb(122,94,92); }
H1.HeaderClassName
{
color: #7A5E5C;
}
.AnyTagClassName
{
color: #7A5E5C;
}
</style>
background-color css
<style>
a { background-color: #7A5E5C; }
a { background-color: rgb(122,94,92); }
div.DivClassName
{
background-color: #7A5E5C;
}
.BgClassName
{
background-color: #7A5E5C;
}
</style>
border-color css
<style>
span { border-color: #7A5E5C; }
span { border-color: rgb(122,94,92); }
td.TdClassName
{
border-color: #7A5E5C;
}
.TagClassName
{
border-color: #7A5E5C;
}
</style>