Shades of Ferra #886764
Tints of Ferra #886764
RGB
CMYK
RGB Variations
Color information
#886764 (or 0x886764) is known color: Ferra. HEX triplet: 88, 67 and 64. RGB value is (136,103,100). Sum of RGB (Red+Green+Blue) = 136+103+100=339 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.12% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 136 - color contains mainly: red. Hex color #886764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886764 is #77989B. Grayscale: #707070. Windows color (decimal): -7837852 or 6580104. OLE color: 6580104.
HSL color Cylindrical-coordinate representation of color #886764: hue angle of 5º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #886764 is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 103 | 100 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.47 |
| HSL | 5º | 0.15% | 0.46% | - |
| HSV(B) | 5º | 0.26% | 0.53% | - |
| XYZ | 17.3 | 15.85 | 14.2 | - |
| YUV | 112.53 | 120.93 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 103 | 100 | 0 | 0.24 | 0.26 | 0.47 | 5 | 0.15 | 0.46 |
| Hex | 88 | 67 | 64 | 0 | 18 | 1A | 2F | 5 | F | 2E |
| Octal | 210 | 147 | 144 | 0 | 30 | 32 | 57 | 5 | 17 | 56 |
| Binary | 10001000 | 1100111 | 1100100 | 0 | 11000 | 11010 | 101111 | 101 | 1111 | 101110 |
Color Harmonies of #886764
Complementary color
Monochromatic Colors of #886764
Black with #886764
Text Example
Text Example
White with #886764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886764; }
p { color: rgb(136,103,100); }
H1.HeaderClassName
{
color: #886764;
}
.AnyTagClassName
{
color: #886764;
}
</style>
background-color css
<style>
a { background-color: #886764; }
a { background-color: rgb(136,103,100); }
div.DivClassName
{
background-color: #886764;
}
.BgClassName
{
background-color: #886764;
}
</style>
border-color css
<style>
span { border-color: #886764; }
span { border-color: rgb(136,103,100); }
td.TdClassName
{
border-color: #886764;
}
.TagClassName
{
border-color: #886764;
}
</style>