Shades of Pharlap #796A6A
Tints of Pharlap #796A6A
RGB
CMYK
RGB Variations
Color information
#796A6A (or 0x796A6A) is known color: Pharlap. HEX triplet: 79, 6A and 6A. RGB value is (121,106,106). Sum of RGB (Red+Green+Blue) = 121+106+106=333 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.34% from 333); Green value is 106 (41.80% from 255 or 31.83% from 333); Blue value is 106 (41.80% from 255 or 31.83% from 333); Max value from RGB is 121 - color contains mainly: red. Hex color #796A6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796A6A is #869595. Grayscale: #6E6E6E. Windows color (decimal): -8820118 or 6974073. OLE color: 6974073.
HSL color Cylindrical-coordinate representation of color #796A6A: hue angle of 0º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #796A6A is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 106 | 106 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.53 |
| HSL | 0º | 0.07% | 0.45% | - |
| HSV(B) | 0º | 0.12% | 0.47% | - |
| XYZ | 15.64 | 15.41 | 15.79 | - |
| YUV | 110.49 | 125.47 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 106 | 106 | 0 | 0.12 | 0.12 | 0.53 | 0 | 0.07 | 0.45 |
| Hex | 79 | 6A | 6A | 0 | C | C | 35 | 0 | 7 | 2D |
| Octal | 171 | 152 | 152 | 0 | 14 | 14 | 65 | 0 | 7 | 55 |
| Binary | 1111001 | 1101010 | 1101010 | 0 | 1100 | 1100 | 110101 | 0 | 111 | 101101 |
Color Harmonies of #796A6A
Complementary color
Monochromatic Colors of #796A6A
Black with #796A6A
Text Example
Text Example
White with #796A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796A6A; }
p { color: rgb(121,106,106); }
H1.HeaderClassName
{
color: #796A6A;
}
.AnyTagClassName
{
color: #796A6A;
}
</style>
background-color css
<style>
a { background-color: #796A6A; }
a { background-color: rgb(121,106,106); }
div.DivClassName
{
background-color: #796A6A;
}
.BgClassName
{
background-color: #796A6A;
}
</style>
border-color css
<style>
span { border-color: #796A6A; }
span { border-color: rgb(121,106,106); }
td.TdClassName
{
border-color: #796A6A;
}
.TagClassName
{
border-color: #796A6A;
}
</style>