Shades of Davy's Grey #748B75
Tints of Davy's Grey #748B75
RGB
CMYK
RGB Variations
Color information
#748B75 (or 0x748B75) is known color: Davy's Grey. HEX triplet: 74, 8B and 75. RGB value is (116,139,117). Sum of RGB (Red+Green+Blue) = 116+139+117=372 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.18% from 372); Green value is 139 (54.69% from 255 or 37.37% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 139 - color contains mainly: green. Hex color #748B75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748B75 is #8B748A. Grayscale: #818181. Windows color (decimal): -9139339 or 7703412. OLE color: 7703412.
HSL color Cylindrical-coordinate representation of color #748B75: hue angle of 122.61º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #748B75 is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 139 | 117 | - |
| CMYK | 0.17 | 0 | 0.16 | 0.45 |
| HSL | 122.61º | 0.09% | 0.5% | - |
| HSV(B) | 122.61º | 0.17% | 0.55% | - |
| XYZ | 19.65 | 23.46 | 20.32 | - |
| YUV | 129.62 | 120.88 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 139 | 117 | 0.17 | 0 | 0.16 | 0.45 | 122.61 | 0.09 | 0.5 |
| Hex | 74 | 8B | 75 | 11 | 0 | 10 | 2D | 7B | 9 | 32 |
| Octal | 164 | 213 | 165 | 21 | 0 | 20 | 55 | 173 | 11 | 62 |
| Binary | 1110100 | 10001011 | 1110101 | 10001 | 0 | 10000 | 101101 | 1111011 | 1001 | 110010 |
Color Harmonies of #748B75
Complementary color
Monochromatic Colors of #748B75
Black with #748B75
Text Example
Text Example
White with #748B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748B75; }
p { color: rgb(116,139,117); }
H1.HeaderClassName
{
color: #748B75;
}
.AnyTagClassName
{
color: #748B75;
}
</style>
background-color css
<style>
a { background-color: #748B75; }
a { background-color: rgb(116,139,117); }
div.DivClassName
{
background-color: #748B75;
}
.BgClassName
{
background-color: #748B75;
}
</style>
border-color css
<style>
span { border-color: #748B75; }
span { border-color: rgb(116,139,117); }
td.TdClassName
{
border-color: #748B75;
}
.TagClassName
{
border-color: #748B75;
}
</style>