Shades of Kimberly #77708D
Tints of Kimberly #77708D
RGB
CMYK
RGB Variations
Color information
#77708D (or 0x77708D) is known color: Kimberly. HEX triplet: 77, 70 and 8D. RGB value is (119,112,141). Sum of RGB (Red+Green+Blue) = 119+112+141=372 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.99% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 141 (55.47% from 255 or 37.90% from 372); Max value from RGB is 141 - color contains mainly: blue. Hex color #77708D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77708D is #888F72. Grayscale: #757575. Windows color (decimal): -8949619 or 9269367. OLE color: 9269367.
HSL color Cylindrical-coordinate representation of color #77708D: hue angle of 254.48º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #77708D is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 112 | 141 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.45 |
| HSL | 254.48º | 0.11% | 0.5% | - |
| HSV(B) | 254.48º | 0.21% | 0.55% | - |
| XYZ | 18.21 | 17.43 | 27.6 | - |
| YUV | 117.4 | 141.32 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 112 | 141 | 0.16 | 0.21 | 0 | 0.45 | 254.48 | 0.11 | 0.5 |
| Hex | 77 | 70 | 8D | 10 | 15 | 0 | 2D | FE | B | 32 |
| Octal | 167 | 160 | 215 | 20 | 25 | 0 | 55 | 376 | 13 | 62 |
| Binary | 1110111 | 1110000 | 10001101 | 10000 | 10101 | 0 | 101101 | 11111110 | 1011 | 110010 |
Color Harmonies of #77708D
Complementary color
Monochromatic Colors of #77708D
Black with #77708D
Text Example
Text Example
White with #77708D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77708D; }
p { color: rgb(119,112,141); }
H1.HeaderClassName
{
color: #77708D;
}
.AnyTagClassName
{
color: #77708D;
}
</style>
background-color css
<style>
a { background-color: #77708D; }
a { background-color: rgb(119,112,141); }
div.DivClassName
{
background-color: #77708D;
}
.BgClassName
{
background-color: #77708D;
}
</style>
border-color css
<style>
span { border-color: #77708D; }
span { border-color: rgb(119,112,141); }
td.TdClassName
{
border-color: #77708D;
}
.TagClassName
{
border-color: #77708D;
}
</style>