Shades of Kobi #D78BA7
Tints of Kobi #D78BA7
RGB
CMYK
RGB Variations
Color information
#D78BA7 (or 0xD78BA7) is known color: Kobi. HEX triplet: D7, 8B and A7. RGB value is (215,139,167). Sum of RGB (Red+Green+Blue) = 215+139+167=521 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.27% from 521); Green value is 139 (54.69% from 255 or 26.68% from 521); Blue value is 167 (65.62% from 255 or 32.05% from 521); Max value from RGB is 215 - color contains mainly: red. Hex color #D78BA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78BA7 is #287458. Grayscale: #A4A4A4. Windows color (decimal): -2651225 or 10980311. OLE color: 10980311.
HSL color Cylindrical-coordinate representation of color #D78BA7: hue angle of 337.89º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D78BA7 is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 139 | 167 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.16 |
| HSL | 337.89º | 0.49% | 0.69% | - |
| HSV(B) | 337.89º | 0.35% | 0.84% | - |
| XYZ | 44.23 | 35.7 | 41.12 | - |
| YUV | 164.92 | 129.18 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 139 | 167 | 0 | 0.35 | 0.22 | 0.16 | 337.89 | 0.49 | 0.69 |
| Hex | D7 | 8B | A7 | 0 | 23 | 16 | 10 | 152 | 31 | 45 |
| Octal | 327 | 213 | 247 | 0 | 43 | 26 | 20 | 522 | 61 | 105 |
| Binary | 11010111 | 10001011 | 10100111 | 0 | 100011 | 10110 | 10000 | 101010010 | 110001 | 1000101 |
Color Harmonies of #D78BA7
Complementary color
Monochromatic Colors of #D78BA7
Black with #D78BA7
Text Example
Text Example
White with #D78BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78BA7; }
p { color: rgb(215,139,167); }
H1.HeaderClassName
{
color: #D78BA7;
}
.AnyTagClassName
{
color: #D78BA7;
}
</style>
background-color css
<style>
a { background-color: #D78BA7; }
a { background-color: rgb(215,139,167); }
div.DivClassName
{
background-color: #D78BA7;
}
.BgClassName
{
background-color: #D78BA7;
}
</style>
border-color css
<style>
span { border-color: #D78BA7; }
span { border-color: rgb(215,139,167); }
td.TdClassName
{
border-color: #D78BA7;
}
.TagClassName
{
border-color: #D78BA7;
}
</style>