Shades of Pharlap #726361
Tints of Pharlap #726361
RGB
CMYK
RGB Variations
Color information
#726361 (or 0x726361) is known color: Pharlap. HEX triplet: 72, 63 and 61. RGB value is (114,99,97). Sum of RGB (Red+Green+Blue) = 114+99+97=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 97 (38.28% from 255 or 31.29% from 310); Max value from RGB is 114 - color contains mainly: red. Hex color #726361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726361 is #8D9C9E. Grayscale: #676767. Windows color (decimal): -9280671 or 6382450. OLE color: 6382450.
HSL color Cylindrical-coordinate representation of color #726361: hue angle of 7.06º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #726361 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 99 | 97 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.55 |
| HSL | 7.06º | 0.08% | 0.41% | - |
| HSV(B) | 7.06º | 0.15% | 0.45% | - |
| XYZ | 13.56 | 13.36 | 13.17 | - |
| YUV | 103.26 | 124.47 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 99 | 97 | 0 | 0.13 | 0.15 | 0.55 | 7.06 | 0.08 | 0.41 |
| Hex | 72 | 63 | 61 | 0 | D | F | 37 | 7 | 8 | 29 |
| Octal | 162 | 143 | 141 | 0 | 15 | 17 | 67 | 7 | 10 | 51 |
| Binary | 1110010 | 1100011 | 1100001 | 0 | 1101 | 1111 | 110111 | 111 | 1000 | 101001 |
Color Harmonies of #726361
Complementary color
Monochromatic Colors of #726361
Black with #726361
Text Example
Text Example
White with #726361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726361; }
p { color: rgb(114,99,97); }
H1.HeaderClassName
{
color: #726361;
}
.AnyTagClassName
{
color: #726361;
}
</style>
background-color css
<style>
a { background-color: #726361; }
a { background-color: rgb(114,99,97); }
div.DivClassName
{
background-color: #726361;
}
.BgClassName
{
background-color: #726361;
}
</style>
border-color css
<style>
span { border-color: #726361; }
span { border-color: rgb(114,99,97); }
td.TdClassName
{
border-color: #726361;
}
.TagClassName
{
border-color: #726361;
}
</style>