Shades of Crete #746F39
Tints of Crete #746F39
RGB
CMYK
RGB Variations
Color information
#746F39 (or 0x746F39) is known color: Crete. HEX triplet: 74, 6F and 39. RGB value is (116,111,57). Sum of RGB (Red+Green+Blue) = 116+111+57=284 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.85% from 284); Green value is 111 (43.75% from 255 or 39.08% from 284); Blue value is 57 (22.66% from 255 or 20.07% from 284); Max value from RGB is 116 - color contains mainly: red. Hex color #746F39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746F39 is #8B90C6. Grayscale: #6A6A6A. Windows color (decimal): -9146567 or 3764084. OLE color: 3764084.
HSL color Cylindrical-coordinate representation of color #746F39: hue angle of 54.92º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #746F39 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 111 | 57 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.55 |
| HSL | 54.92º | 0.34% | 0.34% | - |
| HSV(B) | 54.92º | 0.51% | 0.45% | - |
| XYZ | 13.63 | 15.38 | 6.12 | - |
| YUV | 106.34 | 100.16 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 111 | 57 | 0 | 0.04 | 0.51 | 0.55 | 54.92 | 0.34 | 0.34 |
| Hex | 74 | 6F | 39 | 0 | 4 | 33 | 37 | 37 | 22 | 22 |
| Octal | 164 | 157 | 71 | 0 | 4 | 63 | 67 | 67 | 42 | 42 |
| Binary | 1110100 | 1101111 | 111001 | 0 | 100 | 110011 | 110111 | 110111 | 100010 | 100010 |
Color Harmonies of #746F39
Complementary color
Monochromatic Colors of #746F39
Black with #746F39
Text Example
Text Example
White with #746F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746F39; }
p { color: rgb(116,111,57); }
H1.HeaderClassName
{
color: #746F39;
}
.AnyTagClassName
{
color: #746F39;
}
</style>
background-color css
<style>
a { background-color: #746F39; }
a { background-color: rgb(116,111,57); }
div.DivClassName
{
background-color: #746F39;
}
.BgClassName
{
background-color: #746F39;
}
</style>
border-color css
<style>
span { border-color: #746F39; }
span { border-color: rgb(116,111,57); }
td.TdClassName
{
border-color: #746F39;
}
.TagClassName
{
border-color: #746F39;
}
</style>