Shades of Crete #746D3A
Tints of Crete #746D3A
RGB
CMYK
RGB Variations
Color information
#746D3A (or 0x746D3A) is known color: Crete. HEX triplet: 74, 6D and 3A. RGB value is (116,109,58). Sum of RGB (Red+Green+Blue) = 116+109+58=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 109 (42.97% from 255 or 38.52% from 283); Blue value is 58 (23.05% from 255 or 20.49% from 283); Max value from RGB is 116 - color contains mainly: red. Hex color #746D3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746D3A is #8B92C5. Grayscale: #696969. Windows color (decimal): -9147078 or 3829108. OLE color: 3829108.
HSL color Cylindrical-coordinate representation of color #746D3A: hue angle of 52.76º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #746D3A is Cyan = 0, Magento = 0.06, Yellow = 0.5 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 109 | 58 | - |
| CMYK | 0 | 0.06 | 0.5 | 0.55 |
| HSL | 52.76º | 0.33% | 0.34% | - |
| HSV(B) | 52.76º | 0.5% | 0.45% | - |
| XYZ | 13.43 | 14.96 | 6.18 | - |
| YUV | 105.28 | 101.32 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 109 | 58 | 0 | 0.06 | 0.5 | 0.55 | 52.76 | 0.33 | 0.34 |
| Hex | 74 | 6D | 3A | 0 | 6 | 32 | 37 | 35 | 21 | 22 |
| Octal | 164 | 155 | 72 | 0 | 6 | 62 | 67 | 65 | 41 | 42 |
| Binary | 1110100 | 1101101 | 111010 | 0 | 110 | 110010 | 110111 | 110101 | 100001 | 100010 |
Color Harmonies of #746D3A
Complementary color
Monochromatic Colors of #746D3A
Black with #746D3A
Text Example
Text Example
White with #746D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746D3A; }
p { color: rgb(116,109,58); }
H1.HeaderClassName
{
color: #746D3A;
}
.AnyTagClassName
{
color: #746D3A;
}
</style>
background-color css
<style>
a { background-color: #746D3A; }
a { background-color: rgb(116,109,58); }
div.DivClassName
{
background-color: #746D3A;
}
.BgClassName
{
background-color: #746D3A;
}
</style>
border-color css
<style>
span { border-color: #746D3A; }
span { border-color: rgb(116,109,58); }
td.TdClassName
{
border-color: #746D3A;
}
.TagClassName
{
border-color: #746D3A;
}
</style>