Shades of Davy's Grey #7B917B
Tints of Davy's Grey #7B917B
RGB
CMYK
RGB Variations
Color information
#7B917B (or 0x7B917B) is known color: Davy's Grey. HEX triplet: 7B, 91 and 7B. RGB value is (123,145,123). Sum of RGB (Red+Green+Blue) = 123+145+123=391 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.46% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 145 - color contains mainly: green. Hex color #7B917B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B917B is #846E84. Grayscale: #878787. Windows color (decimal): -8679045 or 8098171. OLE color: 8098171.
HSL color Cylindrical-coordinate representation of color #7B917B: hue angle of 120º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7B917B is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
RGB | 123 | 145 | 123 | - |
CMYK | 0.15 | 0 | 0.15 | 0.43 |
HSL | 120º | 0.09% | 0.53% | - |
HSV(B) | 120º | 0.15% | 0.57% | - |
XYZ | 21.87 | 25.89 | 22.58 | - |
YUV | 135.91 | 120.71 | 118.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 123 | 145 | 123 | 0.15 | 0 | 0.15 | 0.43 | 120 | 0.09 | 0.53 |
Hex | 7B | 91 | 7B | F | 0 | F | 2B | 78 | 9 | 35 |
Octal | 173 | 221 | 173 | 17 | 0 | 17 | 53 | 170 | 11 | 65 |
Binary | 1111011 | 10010001 | 1111011 | 1111 | 0 | 1111 | 101011 | 1111000 | 1001 | 110101 |
Color Harmonies of #7B917B
Complementary color
Monochromatic Colors of #7B917B
Black with #7B917B
Text Example
Text Example
White with #7B917B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B917B; }
p { color: rgb(123,145,123); }
H1.HeaderClassName
{
color: #7B917B;
}
.AnyTagClassName
{
color: #7B917B;
}
</style>
background-color css
<style>
a { background-color: #7B917B; }
a { background-color: rgb(123,145,123); }
div.DivClassName
{
background-color: #7B917B;
}
.BgClassName
{
background-color: #7B917B;
}
</style>
border-color css
<style>
span { border-color: #7B917B; }
span { border-color: rgb(123,145,123); }
td.TdClassName
{
border-color: #7B917B;
}
.TagClassName
{
border-color: #7B917B;
}
</style>