Shades of Kimberly #77698F
Tints of Kimberly #77698F
RGB
CMYK
RGB Variations
Color information
#77698F (or 0x77698F) is known color: Kimberly. HEX triplet: 77, 69 and 8F. RGB value is (119,105,143). Sum of RGB (Red+Green+Blue) = 119+105+143=367 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.43% from 367); Green value is 105 (41.41% from 255 or 28.61% from 367); Blue value is 143 (56.25% from 255 or 38.96% from 367); Max value from RGB is 143 - color contains mainly: blue. Hex color #77698F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77698F is #889670. Grayscale: #717171. Windows color (decimal): -8951409 or 9398647. OLE color: 9398647.
HSL color Cylindrical-coordinate representation of color #77698F: hue angle of 262.11º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #77698F is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 105 | 143 | - |
| CMYK | 0.17 | 0.27 | 0 | 0.44 |
| HSL | 262.11º | 0.15% | 0.49% | - |
| HSV(B) | 262.11º | 0.27% | 0.56% | - |
| XYZ | 17.62 | 16.01 | 28.15 | - |
| YUV | 113.52 | 144.64 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 105 | 143 | 0.17 | 0.27 | 0 | 0.44 | 262.11 | 0.15 | 0.49 |
| Hex | 77 | 69 | 8F | 11 | 1B | 0 | 2C | 106 | F | 31 |
| Octal | 167 | 151 | 217 | 21 | 33 | 0 | 54 | 406 | 17 | 61 |
| Binary | 1110111 | 1101001 | 10001111 | 10001 | 11011 | 0 | 101100 | 100000110 | 1111 | 110001 |
Color Harmonies of #77698F
Complementary color
Monochromatic Colors of #77698F
Black with #77698F
Text Example
Text Example
White with #77698F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77698F; }
p { color: rgb(119,105,143); }
H1.HeaderClassName
{
color: #77698F;
}
.AnyTagClassName
{
color: #77698F;
}
</style>
background-color css
<style>
a { background-color: #77698F; }
a { background-color: rgb(119,105,143); }
div.DivClassName
{
background-color: #77698F;
}
.BgClassName
{
background-color: #77698F;
}
</style>
border-color css
<style>
span { border-color: #77698F; }
span { border-color: rgb(119,105,143); }
td.TdClassName
{
border-color: #77698F;
}
.TagClassName
{
border-color: #77698F;
}
</style>