Shades of Pharlap #796A68
Tints of Pharlap #796A68
RGB
CMYK
RGB Variations
Color information
#796A68 (or 0x796A68) is known color: Pharlap. HEX triplet: 79, 6A and 68. RGB value is (121,106,104). Sum of RGB (Red+Green+Blue) = 121+106+104=331 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.56% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 121 - color contains mainly: red. Hex color #796A68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796A68 is #869597. Grayscale: #6E6E6E. Windows color (decimal): -8820120 or 6843001. OLE color: 6843001.
HSL color Cylindrical-coordinate representation of color #796A68: hue angle of 7.06º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #796A68 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 106 | 104 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.53 |
| HSL | 7.06º | 0.08% | 0.44% | - |
| HSV(B) | 7.06º | 0.14% | 0.47% | - |
| XYZ | 15.54 | 15.37 | 15.24 | - |
| YUV | 110.26 | 124.47 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 106 | 104 | 0 | 0.12 | 0.14 | 0.53 | 7.06 | 0.08 | 0.44 |
| Hex | 79 | 6A | 68 | 0 | C | E | 35 | 7 | 8 | 2C |
| Octal | 171 | 152 | 150 | 0 | 14 | 16 | 65 | 7 | 10 | 54 |
| Binary | 1111001 | 1101010 | 1101000 | 0 | 1100 | 1110 | 110101 | 111 | 1000 | 101100 |
Color Harmonies of #796A68
Complementary color
Monochromatic Colors of #796A68
Black with #796A68
Text Example
Text Example
White with #796A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796A68; }
p { color: rgb(121,106,104); }
H1.HeaderClassName
{
color: #796A68;
}
.AnyTagClassName
{
color: #796A68;
}
</style>
background-color css
<style>
a { background-color: #796A68; }
a { background-color: rgb(121,106,104); }
div.DivClassName
{
background-color: #796A68;
}
.BgClassName
{
background-color: #796A68;
}
</style>
border-color css
<style>
span { border-color: #796A68; }
span { border-color: rgb(121,106,104); }
td.TdClassName
{
border-color: #796A68;
}
.TagClassName
{
border-color: #796A68;
}
</style>