Shades of Kimberly #77638E
Tints of Kimberly #77638E
RGB
CMYK
RGB Variations
Color information
#77638E (or 0x77638E) is known color: Kimberly. HEX triplet: 77, 63 and 8E. RGB value is (119,99,142). Sum of RGB (Red+Green+Blue) = 119+99+142=360 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.06% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 142 (55.86% from 255 or 39.44% from 360); Max value from RGB is 142 - color contains mainly: blue. Hex color #77638E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77638E is #889C71. Grayscale: #6D6D6D. Windows color (decimal): -8952946 or 9331575. OLE color: 9331575.
HSL color Cylindrical-coordinate representation of color #77638E: hue angle of 267.91º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #77638E is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 99 | 142 | - |
| CMYK | 0.16 | 0.30 | 0 | 0.44 |
| HSL | 267.91º | 0.18% | 0.47% | - |
| HSV(B) | 267.91º | 0.3% | 0.56% | - |
| XYZ | 16.95 | 14.8 | 27.55 | - |
| YUV | 109.88 | 146.13 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 99 | 142 | 0.16 | 0.30 | 0 | 0.44 | 267.91 | 0.18 | 0.47 |
| Hex | 77 | 63 | 8E | 10 | 1E | 0 | 2C | 10C | 12 | 2F |
| Octal | 167 | 143 | 216 | 20 | 36 | 0 | 54 | 414 | 22 | 57 |
| Binary | 1110111 | 1100011 | 10001110 | 10000 | 11110 | 0 | 101100 | 100001100 | 10010 | 101111 |
Color Harmonies of #77638E
Complementary color
Monochromatic Colors of #77638E
Black with #77638E
Text Example
Text Example
White with #77638E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77638E; }
p { color: rgb(119,99,142); }
H1.HeaderClassName
{
color: #77638E;
}
.AnyTagClassName
{
color: #77638E;
}
</style>
background-color css
<style>
a { background-color: #77638E; }
a { background-color: rgb(119,99,142); }
div.DivClassName
{
background-color: #77638E;
}
.BgClassName
{
background-color: #77638E;
}
</style>
border-color css
<style>
span { border-color: #77638E; }
span { border-color: rgb(119,99,142); }
td.TdClassName
{
border-color: #77638E;
}
.TagClassName
{
border-color: #77638E;
}
</style>