Shades of Davy's Grey #7F937D
Tints of Davy's Grey #7F937D
RGB
CMYK
RGB Variations
Color information
#7F937D (or 0x7F937D) is known color: Davy's Grey. HEX triplet: 7F, 93 and 7D. RGB value is (127,147,125). Sum of RGB (Red+Green+Blue) = 127+147+125=399 (52% of max value = 765). Red value is 127 (50% from 255 or 31.83% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 147 - color contains mainly: green. Hex color #7F937D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F937D is #806C82. Grayscale: #8A8A8A. Windows color (decimal): -8416387 or 8229759. OLE color: 8229759.
HSL color Cylindrical-coordinate representation of color #7F937D: hue angle of 114.55º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7F937D is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 127 | 147 | 125 | - |
| CMYK | 0.14 | 0 | 0.15 | 0.42 |
| HSL | 114.55º | 0.09% | 0.53% | - |
| HSV(B) | 114.55º | 0.15% | 0.58% | - |
| XYZ | 22.89 | 26.86 | 23.38 | - |
| YUV | 138.51 | 120.37 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 147 | 125 | 0.14 | 0 | 0.15 | 0.42 | 114.55 | 0.09 | 0.53 |
| Hex | 7F | 93 | 7D | E | 0 | F | 2A | 73 | 9 | 35 |
| Octal | 177 | 223 | 175 | 16 | 0 | 17 | 52 | 163 | 11 | 65 |
| Binary | 1111111 | 10010011 | 1111101 | 1110 | 0 | 1111 | 101010 | 1110011 | 1001 | 110101 |
Color Harmonies of #7F937D
Complementary color
Monochromatic Colors of #7F937D
Black with #7F937D
Text Example
Text Example
White with #7F937D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F937D; }
p { color: rgb(127,147,125); }
H1.HeaderClassName
{
color: #7F937D;
}
.AnyTagClassName
{
color: #7F937D;
}
</style>
background-color css
<style>
a { background-color: #7F937D; }
a { background-color: rgb(127,147,125); }
div.DivClassName
{
background-color: #7F937D;
}
.BgClassName
{
background-color: #7F937D;
}
</style>
border-color css
<style>
span { border-color: #7F937D; }
span { border-color: rgb(127,147,125); }
td.TdClassName
{
border-color: #7F937D;
}
.TagClassName
{
border-color: #7F937D;
}
</style>