Shades of Ferra #88736F
Tints of Ferra #88736F
RGB
CMYK
RGB Variations
Color information
#88736F (or 0x88736F) is known color: Ferra. HEX triplet: 88, 73 and 6F. RGB value is (136,115,111). Sum of RGB (Red+Green+Blue) = 136+115+111=362 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.57% from 362); Green value is 115 (45.31% from 255 or 31.77% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 136 - color contains mainly: red. Hex color #88736F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88736F is #778C90. Grayscale: #787878. Windows color (decimal): -7834769 or 7304072. OLE color: 7304072.
HSL color Cylindrical-coordinate representation of color #88736F: hue angle of 9.6º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #88736F is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 115 | 111 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.47 |
| HSL | 9.6º | 0.1% | 0.48% | - |
| HSV(B) | 9.6º | 0.18% | 0.53% | - |
| XYZ | 19.15 | 18.64 | 17.63 | - |
| YUV | 120.82 | 122.46 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 115 | 111 | 0 | 0.15 | 0.18 | 0.47 | 9.6 | 0.1 | 0.48 |
| Hex | 88 | 73 | 6F | 0 | F | 12 | 2F | A | A | 30 |
| Octal | 210 | 163 | 157 | 0 | 17 | 22 | 57 | 12 | 12 | 60 |
| Binary | 10001000 | 1110011 | 1101111 | 0 | 1111 | 10010 | 101111 | 1010 | 1010 | 110000 |
Color Harmonies of #88736F
Complementary color
Monochromatic Colors of #88736F
Black with #88736F
Text Example
Text Example
White with #88736F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88736F; }
p { color: rgb(136,115,111); }
H1.HeaderClassName
{
color: #88736F;
}
.AnyTagClassName
{
color: #88736F;
}
</style>
background-color css
<style>
a { background-color: #88736F; }
a { background-color: rgb(136,115,111); }
div.DivClassName
{
background-color: #88736F;
}
.BgClassName
{
background-color: #88736F;
}
</style>
border-color css
<style>
span { border-color: #88736F; }
span { border-color: rgb(136,115,111); }
td.TdClassName
{
border-color: #88736F;
}
.TagClassName
{
border-color: #88736F;
}
</style>