Shades of Crete #746E37
Tints of Crete #746E37
RGB
CMYK
RGB Variations
Color information
#746E37 (or 0x746E37) is known color: Crete. HEX triplet: 74, 6E and 37. RGB value is (116,110,55). Sum of RGB (Red+Green+Blue) = 116+110+55=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 110 (43.36% from 255 or 39.15% from 281); Blue value is 55 (21.88% from 255 or 19.57% from 281); Max value from RGB is 116 - color contains mainly: red. Hex color #746E37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746E37 is #8B91C8. Grayscale: #696969. Windows color (decimal): -9146825 or 3632756. OLE color: 3632756.
HSL color Cylindrical-coordinate representation of color #746E37: hue angle of 54.1º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #746E37 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 110 | 55 | - |
| CMYK | 0 | 0.05 | 0.53 | 0.55 |
| HSL | 54.1º | 0.36% | 0.34% | - |
| HSV(B) | 54.1º | 0.53% | 0.45% | - |
| XYZ | 13.47 | 15.14 | 5.83 | - |
| YUV | 105.52 | 99.49 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 110 | 55 | 0 | 0.05 | 0.53 | 0.55 | 54.1 | 0.36 | 0.34 |
| Hex | 74 | 6E | 37 | 0 | 5 | 35 | 37 | 36 | 24 | 22 |
| Octal | 164 | 156 | 67 | 0 | 5 | 65 | 67 | 66 | 44 | 42 |
| Binary | 1110100 | 1101110 | 110111 | 0 | 101 | 110101 | 110111 | 110110 | 100100 | 100010 |
Color Harmonies of #746E37
Complementary color
Monochromatic Colors of #746E37
Black with #746E37
Text Example
Text Example
White with #746E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746E37; }
p { color: rgb(116,110,55); }
H1.HeaderClassName
{
color: #746E37;
}
.AnyTagClassName
{
color: #746E37;
}
</style>
background-color css
<style>
a { background-color: #746E37; }
a { background-color: rgb(116,110,55); }
div.DivClassName
{
background-color: #746E37;
}
.BgClassName
{
background-color: #746E37;
}
</style>
border-color css
<style>
span { border-color: #746E37; }
span { border-color: rgb(116,110,55); }
td.TdClassName
{
border-color: #746E37;
}
.TagClassName
{
border-color: #746E37;
}
</style>