Shades of Old Lavender #7B677B
Tints of Old Lavender #7B677B
RGB
CMYK
RGB Variations
Color information
#7B677B (or 0x7B677B) is known color: Old Lavender. HEX triplet: 7B, 67 and 7B. RGB value is (123,103,123). Sum of RGB (Red+Green+Blue) = 123+103+123=349 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.24% from 349); Green value is 103 (40.62% from 255 or 29.51% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 123 - color contains mainly: red, blue. Hex color #7B677B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B677B is #849884. Grayscale: #6F6F6F. Windows color (decimal): -8689797 or 8087419. OLE color: 8087419.
HSL color Cylindrical-coordinate representation of color #7B677B: hue angle of 300º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7B677B is Cyan = 0, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
RGB | 123 | 103 | 123 | - |
CMYK | 0 | 0.16 | 0 | 0.52 |
HSL | 300º | 0.09% | 0.44% | - |
HSV(B) | 300º | 0.16% | 0.48% | - |
XYZ | 16.59 | 15.34 | 20.83 | - |
YUV | 111.26 | 134.63 | 136.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 123 | 103 | 123 | 0 | 0.16 | 0 | 0.52 | 300 | 0.09 | 0.44 |
Hex | 7B | 67 | 7B | 0 | 10 | 0 | 34 | 12C | 9 | 2C |
Octal | 173 | 147 | 173 | 0 | 20 | 0 | 64 | 454 | 11 | 54 |
Binary | 1111011 | 1100111 | 1111011 | 0 | 10000 | 0 | 110100 | 100101100 | 1001 | 101100 |
Color Harmonies of #7B677B
Complementary color
Monochromatic Colors of #7B677B
Black with #7B677B
Text Example
Text Example
White with #7B677B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B677B; }
p { color: rgb(123,103,123); }
H1.HeaderClassName
{
color: #7B677B;
}
.AnyTagClassName
{
color: #7B677B;
}
</style>
background-color css
<style>
a { background-color: #7B677B; }
a { background-color: rgb(123,103,123); }
div.DivClassName
{
background-color: #7B677B;
}
.BgClassName
{
background-color: #7B677B;
}
</style>
border-color css
<style>
span { border-color: #7B677B; }
span { border-color: rgb(123,103,123); }
td.TdClassName
{
border-color: #7B677B;
}
.TagClassName
{
border-color: #7B677B;
}
</style>