Shades of Old Lavender #84677F
Tints of Old Lavender #84677F
RGB
CMYK
RGB Variations
Color information
#84677F (or 0x84677F) is known color: Old Lavender. HEX triplet: 84, 67 and 7F. RGB value is (132,103,127). Sum of RGB (Red+Green+Blue) = 132+103+127=362 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.46% from 362); Green value is 103 (40.62% from 255 or 28.45% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 132 - color contains mainly: red. Hex color #84677F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84677F is #7B9880. Grayscale: #727272. Windows color (decimal): -8099969 or 8349572. OLE color: 8349572.
HSL color Cylindrical-coordinate representation of color #84677F: hue angle of 310.34º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #84677F is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 103 | 127 | - |
| CMYK | 0 | 0.22 | 0.04 | 0.48 |
| HSL | 310.34º | 0.12% | 0.46% | - |
| HSV(B) | 310.34º | 0.22% | 0.52% | - |
| XYZ | 18.2 | 16.14 | 22.23 | - |
| YUV | 114.41 | 135.11 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 103 | 127 | 0 | 0.22 | 0.04 | 0.48 | 310.34 | 0.12 | 0.46 |
| Hex | 84 | 67 | 7F | 0 | 16 | 4 | 30 | 136 | C | 2E |
| Octal | 204 | 147 | 177 | 0 | 26 | 4 | 60 | 466 | 14 | 56 |
| Binary | 10000100 | 1100111 | 1111111 | 0 | 10110 | 100 | 110000 | 100110110 | 1100 | 101110 |
Color Harmonies of #84677F
Complementary color
Monochromatic Colors of #84677F
Black with #84677F
Text Example
Text Example
White with #84677F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84677F; }
p { color: rgb(132,103,127); }
H1.HeaderClassName
{
color: #84677F;
}
.AnyTagClassName
{
color: #84677F;
}
</style>
background-color css
<style>
a { background-color: #84677F; }
a { background-color: rgb(132,103,127); }
div.DivClassName
{
background-color: #84677F;
}
.BgClassName
{
background-color: #84677F;
}
</style>
border-color css
<style>
span { border-color: #84677F; }
span { border-color: rgb(132,103,127); }
td.TdClassName
{
border-color: #84677F;
}
.TagClassName
{
border-color: #84677F;
}
</style>