Shades of Davy's Grey #7B8A7C
Tints of Davy's Grey #7B8A7C
RGB
CMYK
RGB Variations
Color information
#7B8A7C (or 0x7B8A7C) is known color: Davy's Grey. HEX triplet: 7B, 8A and 7C. RGB value is (123,138,124). Sum of RGB (Red+Green+Blue) = 123+138+124=385 (50% of max value = 765). Red value is 123 (48.44% from 255 or 31.95% from 385); Green value is 138 (54.30% from 255 or 35.84% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 138 - color contains mainly: green. Hex color #7B8A7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B8A7C is #847583. Grayscale: #838383. Windows color (decimal): -8680836 or 8161915. OLE color: 8161915.
HSL color Cylindrical-coordinate representation of color #7B8A7C: hue angle of 124º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7B8A7C is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 123 | 138 | 124 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.46 |
| HSL | 124º | 0.06% | 0.51% | - |
| HSV(B) | 124º | 0.11% | 0.54% | - |
| XYZ | 20.89 | 23.84 | 22.57 | - |
| YUV | 131.92 | 123.53 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 138 | 124 | 0.11 | 0 | 0.10 | 0.46 | 124 | 0.06 | 0.51 |
| Hex | 7B | 8A | 7C | B | 0 | A | 2E | 7C | 6 | 33 |
| Octal | 173 | 212 | 174 | 13 | 0 | 12 | 56 | 174 | 6 | 63 |
| Binary | 1111011 | 10001010 | 1111100 | 1011 | 0 | 1010 | 101110 | 1111100 | 110 | 110011 |
Color Harmonies of #7B8A7C
Complementary color
Monochromatic Colors of #7B8A7C
Black with #7B8A7C
Text Example
Text Example
White with #7B8A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8A7C; }
p { color: rgb(123,138,124); }
H1.HeaderClassName
{
color: #7B8A7C;
}
.AnyTagClassName
{
color: #7B8A7C;
}
</style>
background-color css
<style>
a { background-color: #7B8A7C; }
a { background-color: rgb(123,138,124); }
div.DivClassName
{
background-color: #7B8A7C;
}
.BgClassName
{
background-color: #7B8A7C;
}
</style>
border-color css
<style>
span { border-color: #7B8A7C; }
span { border-color: rgb(123,138,124); }
td.TdClassName
{
border-color: #7B8A7C;
}
.TagClassName
{
border-color: #7B8A7C;
}
</style>