Shades of Kobi #D77BAB
Tints of Kobi #D77BAB
RGB
CMYK
RGB Variations
Color information
#D77BAB (or 0xD77BAB) is known color: Kobi. HEX triplet: D7, 7B and AB. RGB value is (215,123,171). Sum of RGB (Red+Green+Blue) = 215+123+171=509 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.24% from 509); Green value is 123 (48.44% from 255 or 24.17% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 215 - color contains mainly: red. Hex color #D77BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77BAB is #288454. Grayscale: #9B9B9B. Windows color (decimal): -2655317 or 11238359. OLE color: 11238359.
HSL color Cylindrical-coordinate representation of color #D77BAB: hue angle of 328.7º degrees, saturation: 0.53, 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 #D77BAB is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
RGB | 215 | 123 | 171 | - |
CMYK | 0 | 0.43 | 0.20 | 0.16 |
HSL | 328.7º | 0.53% | 0.66% | - |
HSV(B) | 328.7º | 0.43% | 0.84% | - |
XYZ | 42.46 | 31.55 | 42.38 | - |
YUV | 155.98 | 136.48 | 170.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 123 | 171 | 0 | 0.43 | 0.20 | 0.16 | 328.7 | 0.53 | 0.66 |
Hex | D7 | 7B | AB | 0 | 2B | 14 | 10 | 149 | 35 | 42 |
Octal | 327 | 173 | 253 | 0 | 53 | 24 | 20 | 511 | 65 | 102 |
Binary | 11010111 | 1111011 | 10101011 | 0 | 101011 | 10100 | 10000 | 101001001 | 110101 | 1000010 |
Color Harmonies of #D77BAB
Complementary color
Monochromatic Colors of #D77BAB
Black with #D77BAB
Text Example
Text Example
White with #D77BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77BAB; }
p { color: rgb(215,123,171); }
H1.HeaderClassName
{
color: #D77BAB;
}
.AnyTagClassName
{
color: #D77BAB;
}
</style>
background-color css
<style>
a { background-color: #D77BAB; }
a { background-color: rgb(215,123,171); }
div.DivClassName
{
background-color: #D77BAB;
}
.BgClassName
{
background-color: #D77BAB;
}
</style>
border-color css
<style>
span { border-color: #D77BAB; }
span { border-color: rgb(215,123,171); }
td.TdClassName
{
border-color: #D77BAB;
}
.TagClassName
{
border-color: #D77BAB;
}
</style>