Shades of Kobi #D77EAC
Tints of Kobi #D77EAC
RGB
CMYK
RGB Variations
Color information
#D77EAC (or 0xD77EAC) is known color: Kobi. HEX triplet: D7, 7E and AC. RGB value is (215,126,172). Sum of RGB (Red+Green+Blue) = 215+126+172=513 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.91% from 513); Green value is 126 (49.61% from 255 or 24.56% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 215 - color contains mainly: red. Hex color #D77EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77EAC is #288153. Grayscale: #9D9D9D. Windows color (decimal): -2654548 or 11304663. OLE color: 11304663.
HSL color Cylindrical-coordinate representation of color #D77EAC: hue angle of 328.99º 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 #D77EAC is Cyan = 0, Magento = 0.41, Yellow = 0.2 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 126 | 172 | - |
| CMYK | 0 | 0.41 | 0.2 | 0.16 |
| HSL | 328.99º | 0.53% | 0.67% | - |
| HSV(B) | 328.99º | 0.41% | 0.84% | - |
| XYZ | 42.93 | 32.35 | 43.01 | - |
| YUV | 157.86 | 135.99 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 126 | 172 | 0 | 0.41 | 0.2 | 0.16 | 328.99 | 0.53 | 0.67 |
| Hex | D7 | 7E | AC | 0 | 29 | 14 | 10 | 149 | 35 | 43 |
| Octal | 327 | 176 | 254 | 0 | 51 | 24 | 20 | 511 | 65 | 103 |
| Binary | 11010111 | 1111110 | 10101100 | 0 | 101001 | 10100 | 10000 | 101001001 | 110101 | 1000011 |
Color Harmonies of #D77EAC
Complementary color
Monochromatic Colors of #D77EAC
Black with #D77EAC
Text Example
Text Example
White with #D77EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77EAC; }
p { color: rgb(215,126,172); }
H1.HeaderClassName
{
color: #D77EAC;
}
.AnyTagClassName
{
color: #D77EAC;
}
</style>
background-color css
<style>
a { background-color: #D77EAC; }
a { background-color: rgb(215,126,172); }
div.DivClassName
{
background-color: #D77EAC;
}
.BgClassName
{
background-color: #D77EAC;
}
</style>
border-color css
<style>
span { border-color: #D77EAC; }
span { border-color: rgb(215,126,172); }
td.TdClassName
{
border-color: #D77EAC;
}
.TagClassName
{
border-color: #D77EAC;
}
</style>