Shades of Kobi #D77EAB
Tints of Kobi #D77EAB
RGB
CMYK
RGB Variations
Color information
#D77EAB (or 0xD77EAB) is known color: Kobi. HEX triplet: D7, 7E and AB. RGB value is (215,126,171). Sum of RGB (Red+Green+Blue) = 215+126+171=512 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.99% from 512); Green value is 126 (49.61% from 255 or 24.61% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 215 - color contains mainly: red. Hex color #D77EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77EAB is #288154. Grayscale: #9D9D9D. Windows color (decimal): -2654549 or 11239127. OLE color: 11239127.
HSL color Cylindrical-coordinate representation of color #D77EAB: hue angle of 329.66º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D77EAB is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 126 | 171 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.16 |
| HSL | 329.66º | 0.53% | 0.67% | - |
| HSV(B) | 329.66º | 0.41% | 0.84% | - |
| XYZ | 42.84 | 32.31 | 42.51 | - |
| YUV | 157.74 | 135.49 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 126 | 171 | 0 | 0.41 | 0.20 | 0.16 | 329.66 | 0.53 | 0.67 |
| Hex | D7 | 7E | AB | 0 | 29 | 14 | 10 | 14A | 35 | 43 |
| Octal | 327 | 176 | 253 | 0 | 51 | 24 | 20 | 512 | 65 | 103 |
| Binary | 11010111 | 1111110 | 10101011 | 0 | 101001 | 10100 | 10000 | 101001010 | 110101 | 1000011 |
Color Harmonies of #D77EAB
Complementary color
Monochromatic Colors of #D77EAB
Black with #D77EAB
Text Example
Text Example
White with #D77EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77EAB; }
p { color: rgb(215,126,171); }
H1.HeaderClassName
{
color: #D77EAB;
}
.AnyTagClassName
{
color: #D77EAB;
}
</style>
background-color css
<style>
a { background-color: #D77EAB; }
a { background-color: rgb(215,126,171); }
div.DivClassName
{
background-color: #D77EAB;
}
.BgClassName
{
background-color: #D77EAB;
}
</style>
border-color css
<style>
span { border-color: #D77EAB; }
span { border-color: rgb(215,126,171); }
td.TdClassName
{
border-color: #D77EAB;
}
.TagClassName
{
border-color: #D77EAB;
}
</style>