Shades of Pharlap #7B5E5C
Tints of Pharlap #7B5E5C
RGB
CMYK
RGB Variations
Color information
#7B5E5C (or 0x7B5E5C) is known color: Pharlap. HEX triplet: 7B, 5E and 5C. RGB value is (123,94,92). Sum of RGB (Red+Green+Blue) = 123+94+92=309 (40% of max value = 765). Red value is 123 (48.44% from 255 or 39.81% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 92 (36.33% from 255 or 29.77% from 309); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5E5C is #84A1A3. Grayscale: #666666. Windows color (decimal): -8692132 or 6053499. OLE color: 6053499.
HSL color Cylindrical-coordinate representation of color #7B5E5C: hue angle of 3.87º 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 #7B5E5C is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
RGB | 123 | 94 | 92 | - |
CMYK | 0 | 0.24 | 0.25 | 0.52 |
HSL | 3.87º | 0.14% | 0.42% | - |
HSV(B) | 3.87º | 0.25% | 0.48% | - |
XYZ | 14.1 | 12.99 | 11.89 | - |
YUV | 102.44 | 122.11 | 142.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 123 | 94 | 92 | 0 | 0.24 | 0.25 | 0.52 | 3.87 | 0.14 | 0.42 |
Hex | 7B | 5E | 5C | 0 | 18 | 19 | 34 | 4 | E | 2A |
Octal | 173 | 136 | 134 | 0 | 30 | 31 | 64 | 4 | 16 | 52 |
Binary | 1111011 | 1011110 | 1011100 | 0 | 11000 | 11001 | 110100 | 100 | 1110 | 101010 |
Color Harmonies of #7B5E5C
Complementary color
Monochromatic Colors of #7B5E5C
Black with #7B5E5C
Text Example
Text Example
White with #7B5E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5E5C; }
p { color: rgb(123,94,92); }
H1.HeaderClassName
{
color: #7B5E5C;
}
.AnyTagClassName
{
color: #7B5E5C;
}
</style>
background-color css
<style>
a { background-color: #7B5E5C; }
a { background-color: rgb(123,94,92); }
div.DivClassName
{
background-color: #7B5E5C;
}
.BgClassName
{
background-color: #7B5E5C;
}
</style>
border-color css
<style>
span { border-color: #7B5E5C; }
span { border-color: rgb(123,94,92); }
td.TdClassName
{
border-color: #7B5E5C;
}
.TagClassName
{
border-color: #7B5E5C;
}
</style>