Shades of Kobi #D77AB0
Tints of Kobi #D77AB0
RGB
CMYK
RGB Variations
Color information
#D77AB0 (or 0xD77AB0) is known color: Kobi. HEX triplet: D7, 7A and B0. RGB value is (215,122,176). Sum of RGB (Red+Green+Blue) = 215+122+176=513 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.91% from 513); Green value is 122 (48.05% from 255 or 23.78% from 513); Blue value is 176 (69.14% from 255 or 34.31% from 513); Max value from RGB is 215 - color contains mainly: red. Hex color #D77AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77AB0 is #28854F. Grayscale: #9B9B9B. Windows color (decimal): -2655568 or 11565783. OLE color: 11565783.
HSL color Cylindrical-coordinate representation of color #D77AB0: hue angle of 325.16º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D77AB0 is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 122 | 176 | - |
| CMYK | 0 | 0.43 | 0.18 | 0.16 |
| HSL | 325.16º | 0.54% | 0.66% | - |
| HSV(B) | 325.16º | 0.43% | 0.84% | - |
| XYZ | 42.82 | 31.5 | 44.9 | - |
| YUV | 155.96 | 139.31 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 122 | 176 | 0 | 0.43 | 0.18 | 0.16 | 325.16 | 0.54 | 0.66 |
| Hex | D7 | 7A | B0 | 0 | 2B | 12 | 10 | 145 | 36 | 42 |
| Octal | 327 | 172 | 260 | 0 | 53 | 22 | 20 | 505 | 66 | 102 |
| Binary | 11010111 | 1111010 | 10110000 | 0 | 101011 | 10010 | 10000 | 101000101 | 110110 | 1000010 |
Color Harmonies of #D77AB0
Complementary color
Monochromatic Colors of #D77AB0
Black with #D77AB0
Text Example
Text Example
White with #D77AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77AB0; }
p { color: rgb(215,122,176); }
H1.HeaderClassName
{
color: #D77AB0;
}
.AnyTagClassName
{
color: #D77AB0;
}
</style>
background-color css
<style>
a { background-color: #D77AB0; }
a { background-color: rgb(215,122,176); }
div.DivClassName
{
background-color: #D77AB0;
}
.BgClassName
{
background-color: #D77AB0;
}
</style>
border-color css
<style>
span { border-color: #D77AB0; }
span { border-color: rgb(215,122,176); }
td.TdClassName
{
border-color: #D77AB0;
}
.TagClassName
{
border-color: #D77AB0;
}
</style>