Shades of Puce #B78788
Tints of Puce #B78788
RGB
CMYK
RGB Variations
Color information
#B78788 (or 0xB78788) is known color: Puce. HEX triplet: B7, 87 and 88. RGB value is (183,135,136). Sum of RGB (Red+Green+Blue) = 183+135+136=454 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.31% from 454); Green value is 135 (53.12% from 255 or 29.74% from 454); Blue value is 136 (53.52% from 255 or 29.96% from 454); Max value from RGB is 183 - color contains mainly: red. Hex color #B78788 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78788 is #487877. Grayscale: #959595. Windows color (decimal): -4749432 or 8947639. OLE color: 8947639.
HSL color Cylindrical-coordinate representation of color #B78788: hue angle of 358.75º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B78788 is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 135 | 136 | - |
| CMYK | 0 | 0.26 | 0.26 | 0.28 |
| HSL | 358.75º | 0.25% | 0.62% | - |
| HSV(B) | 358.75º | 0.26% | 0.72% | - |
| XYZ | 32.64 | 29.17 | 27.2 | - |
| YUV | 149.47 | 120.4 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 135 | 136 | 0 | 0.26 | 0.26 | 0.28 | 358.75 | 0.25 | 0.62 |
| Hex | B7 | 87 | 88 | 0 | 1A | 1A | 1C | 167 | 19 | 3E |
| Octal | 267 | 207 | 210 | 0 | 32 | 32 | 34 | 547 | 31 | 76 |
| Binary | 10110111 | 10000111 | 10001000 | 0 | 11010 | 11010 | 11100 | 101100111 | 11001 | 111110 |
Color Harmonies of #B78788
Complementary color
Monochromatic Colors of #B78788
Black with #B78788
Text Example
Text Example
White with #B78788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78788; }
p { color: rgb(183,135,136); }
H1.HeaderClassName
{
color: #B78788;
}
.AnyTagClassName
{
color: #B78788;
}
</style>
background-color css
<style>
a { background-color: #B78788; }
a { background-color: rgb(183,135,136); }
div.DivClassName
{
background-color: #B78788;
}
.BgClassName
{
background-color: #B78788;
}
</style>
border-color css
<style>
span { border-color: #B78788; }
span { border-color: rgb(183,135,136); }
td.TdClassName
{
border-color: #B78788;
}
.TagClassName
{
border-color: #B78788;
}
</style>