Shades of Kimberly #71678C
Tints of Kimberly #71678C
RGB
CMYK
RGB Variations
Color information
#71678C (or 0x71678C) is known color: Kimberly. HEX triplet: 71, 67 and 8C. RGB value is (113,103,140). Sum of RGB (Red+Green+Blue) = 113+103+140=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 140 - color contains mainly: blue. Hex color #71678C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71678C is #8E9873. Grayscale: #6E6E6E. Windows color (decimal): -9345140 or 9201521. OLE color: 9201521.
HSL color Cylindrical-coordinate representation of color #71678C: hue angle of 256.22º 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 #71678C is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 103 | 140 | - |
| CMYK | 0.19 | 0.26 | 0 | 0.45 |
| HSL | 256.22º | 0.15% | 0.48% | - |
| HSV(B) | 256.22º | 0.26% | 0.55% | - |
| XYZ | 16.39 | 15.1 | 26.86 | - |
| YUV | 110.21 | 144.81 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 103 | 140 | 0.19 | 0.26 | 0 | 0.45 | 256.22 | 0.15 | 0.48 |
| Hex | 71 | 67 | 8C | 13 | 1A | 0 | 2D | 100 | F | 30 |
| Octal | 161 | 147 | 214 | 23 | 32 | 0 | 55 | 400 | 17 | 60 |
| Binary | 1110001 | 1100111 | 10001100 | 10011 | 11010 | 0 | 101101 | 100000000 | 1111 | 110000 |
Color Harmonies of #71678C
Complementary color
Monochromatic Colors of #71678C
Black with #71678C
Text Example
Text Example
White with #71678C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71678C; }
p { color: rgb(113,103,140); }
H1.HeaderClassName
{
color: #71678C;
}
.AnyTagClassName
{
color: #71678C;
}
</style>
background-color css
<style>
a { background-color: #71678C; }
a { background-color: rgb(113,103,140); }
div.DivClassName
{
background-color: #71678C;
}
.BgClassName
{
background-color: #71678C;
}
</style>
border-color css
<style>
span { border-color: #71678C; }
span { border-color: rgb(113,103,140); }
td.TdClassName
{
border-color: #71678C;
}
.TagClassName
{
border-color: #71678C;
}
</style>