Shades of Crete #746C2D
Tints of Crete #746C2D
RGB
CMYK
RGB Variations
Color information
#746C2D (or 0x746C2D) is known color: Crete. HEX triplet: 74, 6C and 2D. RGB value is (116,108,45). Sum of RGB (Red+Green+Blue) = 116+108+45=269 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.12% from 269); Green value is 108 (42.58% from 255 or 40.15% from 269); Blue value is 45 (17.97% from 255 or 16.73% from 269); Max value from RGB is 116 - color contains mainly: red. Hex color #746C2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746C2D is #8B93D2. Grayscale: #676767. Windows color (decimal): -9147347 or 2976884. OLE color: 2976884.
HSL color Cylindrical-coordinate representation of color #746C2D: hue angle of 53.24º 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 #746C2D is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 108 | 45 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.55 |
| HSL | 53.24º | 0.44% | 0.32% | - |
| HSV(B) | 53.24º | 0.61% | 0.45% | - |
| XYZ | 13.04 | 14.63 | 4.62 | - |
| YUV | 103.21 | 95.15 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 108 | 45 | 0 | 0.07 | 0.61 | 0.55 | 53.24 | 0.44 | 0.32 |
| Hex | 74 | 6C | 2D | 0 | 7 | 3D | 37 | 35 | 2C | 20 |
| Octal | 164 | 154 | 55 | 0 | 7 | 75 | 67 | 65 | 54 | 40 |
| Binary | 1110100 | 1101100 | 101101 | 0 | 111 | 111101 | 110111 | 110101 | 101100 | 100000 |
Color Harmonies of #746C2D
Complementary color
Monochromatic Colors of #746C2D
Black with #746C2D
Text Example
Text Example
White with #746C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746C2D; }
p { color: rgb(116,108,45); }
H1.HeaderClassName
{
color: #746C2D;
}
.AnyTagClassName
{
color: #746C2D;
}
</style>
background-color css
<style>
a { background-color: #746C2D; }
a { background-color: rgb(116,108,45); }
div.DivClassName
{
background-color: #746C2D;
}
.BgClassName
{
background-color: #746C2D;
}
</style>
border-color css
<style>
span { border-color: #746C2D; }
span { border-color: rgb(116,108,45); }
td.TdClassName
{
border-color: #746C2D;
}
.TagClassName
{
border-color: #746C2D;
}
</style>