Shades of Kimberly #67577F
Tints of Kimberly #67577F
RGB
CMYK
RGB Variations
Color information
#67577F (or 0x67577F) is known color: Kimberly. HEX triplet: 67, 57 and 7F. RGB value is (103,87,127). Sum of RGB (Red+Green+Blue) = 103+87+127=317 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.49% from 317); Green value is 87 (34.38% from 255 or 27.44% from 317); Blue value is 127 (50% from 255 or 40.06% from 317); Max value from RGB is 127 - color contains mainly: blue. Hex color #67577F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67577F is #98A880. Grayscale: #606060. Windows color (decimal): -10004609 or 8345447. OLE color: 8345447.
HSL color Cylindrical-coordinate representation of color #67577F: hue angle of 264º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #67577F is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 103 | 87 | 127 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.50 |
| HSL | 264º | 0.19% | 0.42% | - |
| HSV(B) | 264º | 0.31% | 0.5% | - |
| XYZ | 12.83 | 11.23 | 21.57 | - |
| YUV | 96.34 | 145.3 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 87 | 127 | 0.19 | 0.31 | 0 | 0.50 | 264 | 0.19 | 0.42 |
| Hex | 67 | 57 | 7F | 13 | 1F | 0 | 32 | 108 | 13 | 2A |
| Octal | 147 | 127 | 177 | 23 | 37 | 0 | 62 | 410 | 23 | 52 |
| Binary | 1100111 | 1010111 | 1111111 | 10011 | 11111 | 0 | 110010 | 100001000 | 10011 | 101010 |
Color Harmonies of #67577F
Complementary color
Monochromatic Colors of #67577F
Black with #67577F
Text Example
Text Example
White with #67577F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67577F; }
p { color: rgb(103,87,127); }
H1.HeaderClassName
{
color: #67577F;
}
.AnyTagClassName
{
color: #67577F;
}
</style>
background-color css
<style>
a { background-color: #67577F; }
a { background-color: rgb(103,87,127); }
div.DivClassName
{
background-color: #67577F;
}
.BgClassName
{
background-color: #67577F;
}
</style>
border-color css
<style>
span { border-color: #67577F; }
span { border-color: rgb(103,87,127); }
td.TdClassName
{
border-color: #67577F;
}
.TagClassName
{
border-color: #67577F;
}
</style>