Shades of Crete #746E2D
Tints of Crete #746E2D
RGB
CMYK
RGB Variations
Color information
#746E2D (or 0x746E2D) is known color: Crete. HEX triplet: 74, 6E and 2D. RGB value is (116,110,45). Sum of RGB (Red+Green+Blue) = 116+110+45=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 110 (43.36% from 255 or 40.59% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 116 - color contains mainly: red. Hex color #746E2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746E2D is #8B91D2. Grayscale: #686868. Windows color (decimal): -9146835 or 2977396. OLE color: 2977396.
HSL color Cylindrical-coordinate representation of color #746E2D: hue angle of 54.93º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #746E2D is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 110 | 45 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.55 |
| HSL | 54.93º | 0.44% | 0.32% | - |
| HSV(B) | 54.93º | 0.61% | 0.45% | - |
| XYZ | 13.25 | 15.05 | 4.69 | - |
| YUV | 104.38 | 94.49 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 110 | 45 | 0 | 0.05 | 0.61 | 0.55 | 54.93 | 0.44 | 0.32 |
| Hex | 74 | 6E | 2D | 0 | 5 | 3D | 37 | 37 | 2C | 20 |
| Octal | 164 | 156 | 55 | 0 | 5 | 75 | 67 | 67 | 54 | 40 |
| Binary | 1110100 | 1101110 | 101101 | 0 | 101 | 111101 | 110111 | 110111 | 101100 | 100000 |
Color Harmonies of #746E2D
Complementary color
Monochromatic Colors of #746E2D
Black with #746E2D
Text Example
Text Example
White with #746E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746E2D; }
p { color: rgb(116,110,45); }
H1.HeaderClassName
{
color: #746E2D;
}
.AnyTagClassName
{
color: #746E2D;
}
</style>
background-color css
<style>
a { background-color: #746E2D; }
a { background-color: rgb(116,110,45); }
div.DivClassName
{
background-color: #746E2D;
}
.BgClassName
{
background-color: #746E2D;
}
</style>
border-color css
<style>
span { border-color: #746E2D; }
span { border-color: rgb(116,110,45); }
td.TdClassName
{
border-color: #746E2D;
}
.TagClassName
{
border-color: #746E2D;
}
</style>