Shades of Pharlap #7B6F6C
Tints of Pharlap #7B6F6C
RGB
CMYK
RGB Variations
Color information
#7B6F6C (or 0x7B6F6C) is known color: Pharlap. HEX triplet: 7B, 6F and 6C. RGB value is (123,111,108). Sum of RGB (Red+Green+Blue) = 123+111+108=342 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.96% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6F6C is #849093. Grayscale: #727272. Windows color (decimal): -8687764 or 7106427. OLE color: 7106427.
HSL color Cylindrical-coordinate representation of color #7B6F6C: hue angle of 12º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7B6F6C is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 111 | 108 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.52 |
| HSL | 12º | 0.06% | 0.45% | - |
| HSV(B) | 12º | 0.12% | 0.48% | - |
| XYZ | 16.56 | 16.66 | 16.53 | - |
| YUV | 114.25 | 124.48 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 111 | 108 | 0 | 0.10 | 0.12 | 0.52 | 12 | 0.06 | 0.45 |
| Hex | 7B | 6F | 6C | 0 | A | C | 34 | C | 6 | 2D |
| Octal | 173 | 157 | 154 | 0 | 12 | 14 | 64 | 14 | 6 | 55 |
| Binary | 1111011 | 1101111 | 1101100 | 0 | 1010 | 1100 | 110100 | 1100 | 110 | 101101 |
Color Harmonies of #7B6F6C
Complementary color
Monochromatic Colors of #7B6F6C
Black with #7B6F6C
Text Example
Text Example
White with #7B6F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6F6C; }
p { color: rgb(123,111,108); }
H1.HeaderClassName
{
color: #7B6F6C;
}
.AnyTagClassName
{
color: #7B6F6C;
}
</style>
background-color css
<style>
a { background-color: #7B6F6C; }
a { background-color: rgb(123,111,108); }
div.DivClassName
{
background-color: #7B6F6C;
}
.BgClassName
{
background-color: #7B6F6C;
}
</style>
border-color css
<style>
span { border-color: #7B6F6C; }
span { border-color: rgb(123,111,108); }
td.TdClassName
{
border-color: #7B6F6C;
}
.TagClassName
{
border-color: #7B6F6C;
}
</style>