Shades of Davy's Grey #7B9C7C
Tints of Davy's Grey #7B9C7C
RGB
CMYK
RGB Variations
Color information
#7B9C7C (or 0x7B9C7C) is known color: Davy's Grey. HEX triplet: 7B, 9C and 7C. RGB value is (123,156,124). Sum of RGB (Red+Green+Blue) = 123+156+124=403 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.52% from 403); Green value is 156 (61.33% from 255 or 38.71% from 403); Blue value is 124 (48.83% from 255 or 30.77% from 403); Max value from RGB is 156 - color contains mainly: green. Hex color #7B9C7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B9C7C is #846383. Grayscale: #8E8E8E. Windows color (decimal): -8676228 or 8166523. OLE color: 8166523.
HSL color Cylindrical-coordinate representation of color #7B9C7C: hue angle of 121.82º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7B9C7C is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 123 | 156 | 124 | - |
| CMYK | 0.21 | 0 | 0.21 | 0.39 |
| HSL | 121.82º | 0.14% | 0.55% | - |
| HSV(B) | 121.82º | 0.21% | 0.61% | - |
| XYZ | 23.69 | 29.44 | 23.5 | - |
| YUV | 142.49 | 117.57 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 156 | 124 | 0.21 | 0 | 0.21 | 0.39 | 121.82 | 0.14 | 0.55 |
| Hex | 7B | 9C | 7C | 15 | 0 | 15 | 27 | 7A | E | 37 |
| Octal | 173 | 234 | 174 | 25 | 0 | 25 | 47 | 172 | 16 | 67 |
| Binary | 1111011 | 10011100 | 1111100 | 10101 | 0 | 10101 | 100111 | 1111010 | 1110 | 110111 |
Color Harmonies of #7B9C7C
Complementary color
Monochromatic Colors of #7B9C7C
Black with #7B9C7C
Text Example
Text Example
White with #7B9C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9C7C; }
p { color: rgb(123,156,124); }
H1.HeaderClassName
{
color: #7B9C7C;
}
.AnyTagClassName
{
color: #7B9C7C;
}
</style>
background-color css
<style>
a { background-color: #7B9C7C; }
a { background-color: rgb(123,156,124); }
div.DivClassName
{
background-color: #7B9C7C;
}
.BgClassName
{
background-color: #7B9C7C;
}
</style>
border-color css
<style>
span { border-color: #7B9C7C; }
span { border-color: rgb(123,156,124); }
td.TdClassName
{
border-color: #7B9C7C;
}
.TagClassName
{
border-color: #7B9C7C;
}
</style>