Shades of Davy's Grey #748A74
Tints of Davy's Grey #748A74
RGB
CMYK
RGB Variations
Color information
#748A74 (or 0x748A74) is known color: Davy's Grey. HEX triplet: 74, 8A and 74. RGB value is (116,138,116). Sum of RGB (Red+Green+Blue) = 116+138+116=370 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.35% from 370); Green value is 138 (54.30% from 255 or 37.30% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 138 - color contains mainly: green. Hex color #748A74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748A74 is #8B758B. Grayscale: #808080. Windows color (decimal): -9139596 or 7637620. OLE color: 7637620.
HSL color Cylindrical-coordinate representation of color #748A74: hue angle of 120º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #748A74 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 116 | 138 | 116 | - |
| CMYK | 0.16 | 0 | 0.16 | 0.46 |
| HSL | 120º | 0.09% | 0.5% | - |
| HSV(B) | 120º | 0.16% | 0.54% | - |
| XYZ | 19.44 | 23.15 | 19.97 | - |
| YUV | 128.91 | 120.71 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 138 | 116 | 0.16 | 0 | 0.16 | 0.46 | 120 | 0.09 | 0.5 |
| Hex | 74 | 8A | 74 | 10 | 0 | 10 | 2E | 78 | 9 | 32 |
| Octal | 164 | 212 | 164 | 20 | 0 | 20 | 56 | 170 | 11 | 62 |
| Binary | 1110100 | 10001010 | 1110100 | 10000 | 0 | 10000 | 101110 | 1111000 | 1001 | 110010 |
Color Harmonies of #748A74
Complementary color
Monochromatic Colors of #748A74
Black with #748A74
Text Example
Text Example
White with #748A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748A74; }
p { color: rgb(116,138,116); }
H1.HeaderClassName
{
color: #748A74;
}
.AnyTagClassName
{
color: #748A74;
}
</style>
background-color css
<style>
a { background-color: #748A74; }
a { background-color: rgb(116,138,116); }
div.DivClassName
{
background-color: #748A74;
}
.BgClassName
{
background-color: #748A74;
}
</style>
border-color css
<style>
span { border-color: #748A74; }
span { border-color: rgb(116,138,116); }
td.TdClassName
{
border-color: #748A74;
}
.TagClassName
{
border-color: #748A74;
}
</style>