Shades of Davy's Grey #7B867B
Tints of Davy's Grey #7B867B
RGB
CMYK
RGB Variations
Color information
#7B867B (or 0x7B867B) is known color: Davy's Grey. HEX triplet: 7B, 86 and 7B. RGB value is (123,134,123). Sum of RGB (Red+Green+Blue) = 123+134+123=380 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.37% from 380); Green value is 134 (52.73% from 255 or 35.26% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 134 - color contains mainly: green. Hex color #7B867B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B867B is #847984. Grayscale: #818181. Windows color (decimal): -8681861 or 8095355. OLE color: 8095355.
HSL color Cylindrical-coordinate representation of color #7B867B: hue angle of 120º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7B867B is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 123 | 134 | 123 | - |
| CMYK | 0.08 | 0 | 0.08 | 0.47 |
| HSL | 120º | 0.04% | 0.5% | - |
| HSV(B) | 120º | 0.08% | 0.53% | - |
| XYZ | 20.27 | 22.69 | 22.05 | - |
| YUV | 129.46 | 124.36 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 134 | 123 | 0.08 | 0 | 0.08 | 0.47 | 120 | 0.04 | 0.5 |
| Hex | 7B | 86 | 7B | 8 | 0 | 8 | 2F | 78 | 4 | 32 |
| Octal | 173 | 206 | 173 | 10 | 0 | 10 | 57 | 170 | 4 | 62 |
| Binary | 1111011 | 10000110 | 1111011 | 1000 | 0 | 1000 | 101111 | 1111000 | 100 | 110010 |
Color Harmonies of #7B867B
Complementary color
Monochromatic Colors of #7B867B
Black with #7B867B
Text Example
Text Example
White with #7B867B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B867B; }
p { color: rgb(123,134,123); }
H1.HeaderClassName
{
color: #7B867B;
}
.AnyTagClassName
{
color: #7B867B;
}
</style>
background-color css
<style>
a { background-color: #7B867B; }
a { background-color: rgb(123,134,123); }
div.DivClassName
{
background-color: #7B867B;
}
.BgClassName
{
background-color: #7B867B;
}
</style>
border-color css
<style>
span { border-color: #7B867B; }
span { border-color: rgb(123,134,123); }
td.TdClassName
{
border-color: #7B867B;
}
.TagClassName
{
border-color: #7B867B;
}
</style>