Shades of Kimberly #77698D
Tints of Kimberly #77698D
RGB
CMYK
RGB Variations
Color information
#77698D (or 0x77698D) is known color: Kimberly. HEX triplet: 77, 69 and 8D. RGB value is (119,105,141). Sum of RGB (Red+Green+Blue) = 119+105+141=365 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.60% from 365); Green value is 105 (41.41% from 255 or 28.77% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 141 - color contains mainly: blue. Hex color #77698D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77698D is #889672. Grayscale: #717171. Windows color (decimal): -8951411 or 9267575. OLE color: 9267575.
HSL color Cylindrical-coordinate representation of color #77698D: hue angle of 263.33º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #77698D is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 105 | 141 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.45 |
| HSL | 263.33º | 0.15% | 0.48% | - |
| HSV(B) | 263.33º | 0.26% | 0.55% | - |
| XYZ | 17.47 | 15.95 | 27.36 | - |
| YUV | 113.29 | 143.64 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 105 | 141 | 0.16 | 0.26 | 0 | 0.45 | 263.33 | 0.15 | 0.48 |
| Hex | 77 | 69 | 8D | 10 | 1A | 0 | 2D | 107 | F | 30 |
| Octal | 167 | 151 | 215 | 20 | 32 | 0 | 55 | 407 | 17 | 60 |
| Binary | 1110111 | 1101001 | 10001101 | 10000 | 11010 | 0 | 101101 | 100000111 | 1111 | 110000 |
Color Harmonies of #77698D
Complementary color
Monochromatic Colors of #77698D
Black with #77698D
Text Example
Text Example
White with #77698D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77698D; }
p { color: rgb(119,105,141); }
H1.HeaderClassName
{
color: #77698D;
}
.AnyTagClassName
{
color: #77698D;
}
</style>
background-color css
<style>
a { background-color: #77698D; }
a { background-color: rgb(119,105,141); }
div.DivClassName
{
background-color: #77698D;
}
.BgClassName
{
background-color: #77698D;
}
</style>
border-color css
<style>
span { border-color: #77698D; }
span { border-color: rgb(119,105,141); }
td.TdClassName
{
border-color: #77698D;
}
.TagClassName
{
border-color: #77698D;
}
</style>