Shades of Pharlap #766B69
Tints of Pharlap #766B69
RGB
CMYK
RGB Variations
Color information
#766B69 (or 0x766B69) is known color: Pharlap. HEX triplet: 76, 6B and 69. RGB value is (118,107,105). Sum of RGB (Red+Green+Blue) = 118+107+105=330 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.76% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 118 - color contains mainly: red. Hex color #766B69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766B69 is #899496. Grayscale: #6E6E6E. Windows color (decimal): -9016471 or 6908790. OLE color: 6908790.
HSL color Cylindrical-coordinate representation of color #766B69: hue angle of 9.23º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #766B69 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 107 | 105 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.54 |
| HSL | 9.23º | 0.06% | 0.44% | - |
| HSV(B) | 9.23º | 0.11% | 0.46% | - |
| XYZ | 15.28 | 15.39 | 15.53 | - |
| YUV | 110.06 | 125.14 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 107 | 105 | 0 | 0.09 | 0.11 | 0.54 | 9.23 | 0.06 | 0.44 |
| Hex | 76 | 6B | 69 | 0 | 9 | B | 36 | 9 | 6 | 2C |
| Octal | 166 | 153 | 151 | 0 | 11 | 13 | 66 | 11 | 6 | 54 |
| Binary | 1110110 | 1101011 | 1101001 | 0 | 1001 | 1011 | 110110 | 1001 | 110 | 101100 |
Color Harmonies of #766B69
Complementary color
Monochromatic Colors of #766B69
Black with #766B69
Text Example
Text Example
White with #766B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766B69; }
p { color: rgb(118,107,105); }
H1.HeaderClassName
{
color: #766B69;
}
.AnyTagClassName
{
color: #766B69;
}
</style>
background-color css
<style>
a { background-color: #766B69; }
a { background-color: rgb(118,107,105); }
div.DivClassName
{
background-color: #766B69;
}
.BgClassName
{
background-color: #766B69;
}
</style>
border-color css
<style>
span { border-color: #766B69; }
span { border-color: rgb(118,107,105); }
td.TdClassName
{
border-color: #766B69;
}
.TagClassName
{
border-color: #766B69;
}
</style>