Shades of Kimberly #716C8A
Tints of Kimberly #716C8A
RGB
CMYK
RGB Variations
Color information
#716C8A (or 0x716C8A) is known color: Kimberly. HEX triplet: 71, 6C and 8A. RGB value is (113,108,138). Sum of RGB (Red+Green+Blue) = 113+108+138=359 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.48% from 359); Green value is 108 (42.58% from 255 or 30.08% from 359); Blue value is 138 (54.30% from 255 or 38.44% from 359); Max value from RGB is 138 - color contains mainly: blue. Hex color #716C8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716C8A is #8E9375. Grayscale: #707070. Windows color (decimal): -9343862 or 9071729. OLE color: 9071729.
HSL color Cylindrical-coordinate representation of color #716C8A: hue angle of 250º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #716C8A is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 113 | 108 | 138 | - |
| CMYK | 0.18 | 0.22 | 0 | 0.46 |
| HSL | 250º | 0.12% | 0.48% | - |
| HSV(B) | 250º | 0.22% | 0.54% | - |
| XYZ | 16.76 | 16.07 | 26.26 | - |
| YUV | 112.92 | 142.16 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 108 | 138 | 0.18 | 0.22 | 0 | 0.46 | 250 | 0.12 | 0.48 |
| Hex | 71 | 6C | 8A | 12 | 16 | 0 | 2E | FA | C | 30 |
| Octal | 161 | 154 | 212 | 22 | 26 | 0 | 56 | 372 | 14 | 60 |
| Binary | 1110001 | 1101100 | 10001010 | 10010 | 10110 | 0 | 101110 | 11111010 | 1100 | 110000 |
Color Harmonies of #716C8A
Complementary color
Monochromatic Colors of #716C8A
Black with #716C8A
Text Example
Text Example
White with #716C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716C8A; }
p { color: rgb(113,108,138); }
H1.HeaderClassName
{
color: #716C8A;
}
.AnyTagClassName
{
color: #716C8A;
}
</style>
background-color css
<style>
a { background-color: #716C8A; }
a { background-color: rgb(113,108,138); }
div.DivClassName
{
background-color: #716C8A;
}
.BgClassName
{
background-color: #716C8A;
}
</style>
border-color css
<style>
span { border-color: #716C8A; }
span { border-color: rgb(113,108,138); }
td.TdClassName
{
border-color: #716C8A;
}
.TagClassName
{
border-color: #716C8A;
}
</style>