Shades of Crete #746F2E
Tints of Crete #746F2E
RGB
CMYK
RGB Variations
Color information
#746F2E (or 0x746F2E) is known color: Crete. HEX triplet: 74, 6F and 2E. RGB value is (116,111,46). Sum of RGB (Red+Green+Blue) = 116+111+46=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 111 (43.75% from 255 or 40.66% from 273); Blue value is 46 (18.36% from 255 or 16.85% from 273); Max value from RGB is 116 - color contains mainly: red. Hex color #746F2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746F2E is #8B90D1. Grayscale: #696969. Windows color (decimal): -9146578 or 3043188. OLE color: 3043188.
HSL color Cylindrical-coordinate representation of color #746F2E: hue angle of 55.71º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #746F2E is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 111 | 46 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.55 |
| HSL | 55.71º | 0.43% | 0.32% | - |
| HSV(B) | 55.71º | 0.6% | 0.45% | - |
| XYZ | 13.38 | 15.28 | 4.83 | - |
| YUV | 105.09 | 94.66 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 111 | 46 | 0 | 0.04 | 0.60 | 0.55 | 55.71 | 0.43 | 0.32 |
| Hex | 74 | 6F | 2E | 0 | 4 | 3C | 37 | 38 | 2B | 20 |
| Octal | 164 | 157 | 56 | 0 | 4 | 74 | 67 | 70 | 53 | 40 |
| Binary | 1110100 | 1101111 | 101110 | 0 | 100 | 111100 | 110111 | 111000 | 101011 | 100000 |
Color Harmonies of #746F2E
Complementary color
Monochromatic Colors of #746F2E
Black with #746F2E
Text Example
Text Example
White with #746F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746F2E; }
p { color: rgb(116,111,46); }
H1.HeaderClassName
{
color: #746F2E;
}
.AnyTagClassName
{
color: #746F2E;
}
</style>
background-color css
<style>
a { background-color: #746F2E; }
a { background-color: rgb(116,111,46); }
div.DivClassName
{
background-color: #746F2E;
}
.BgClassName
{
background-color: #746F2E;
}
</style>
border-color css
<style>
span { border-color: #746F2E; }
span { border-color: rgb(116,111,46); }
td.TdClassName
{
border-color: #746F2E;
}
.TagClassName
{
border-color: #746F2E;
}
</style>