Shades of Pharlap #766A68
Tints of Pharlap #766A68
RGB
CMYK
RGB Variations
Color information
#766A68 (or 0x766A68) is known color: Pharlap. HEX triplet: 76, 6A and 68. RGB value is (118,106,104). Sum of RGB (Red+Green+Blue) = 118+106+104=328 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.98% from 328); Green value is 106 (41.80% from 255 or 32.32% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 118 - color contains mainly: red. Hex color #766A68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766A68 is #899597. Grayscale: #6D6D6D. Windows color (decimal): -9016728 or 6842998. OLE color: 6842998.
HSL color Cylindrical-coordinate representation of color #766A68: hue angle of 8.57º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #766A68 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 106 | 104 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.54 |
| HSL | 8.57º | 0.06% | 0.44% | - |
| HSV(B) | 8.57º | 0.12% | 0.46% | - |
| XYZ | 15.12 | 15.16 | 15.23 | - |
| YUV | 109.36 | 124.98 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 106 | 104 | 0 | 0.10 | 0.12 | 0.54 | 8.57 | 0.06 | 0.44 |
| Hex | 76 | 6A | 68 | 0 | A | C | 36 | 9 | 6 | 2C |
| Octal | 166 | 152 | 150 | 0 | 12 | 14 | 66 | 11 | 6 | 54 |
| Binary | 1110110 | 1101010 | 1101000 | 0 | 1010 | 1100 | 110110 | 1001 | 110 | 101100 |
Color Harmonies of #766A68
Complementary color
Monochromatic Colors of #766A68
Black with #766A68
Text Example
Text Example
White with #766A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766A68; }
p { color: rgb(118,106,104); }
H1.HeaderClassName
{
color: #766A68;
}
.AnyTagClassName
{
color: #766A68;
}
</style>
background-color css
<style>
a { background-color: #766A68; }
a { background-color: rgb(118,106,104); }
div.DivClassName
{
background-color: #766A68;
}
.BgClassName
{
background-color: #766A68;
}
</style>
border-color css
<style>
span { border-color: #766A68; }
span { border-color: rgb(118,106,104); }
td.TdClassName
{
border-color: #766A68;
}
.TagClassName
{
border-color: #766A68;
}
</style>