Shades of Crete #746C38
Tints of Crete #746C38
RGB
CMYK
RGB Variations
Color information
#746C38 (or 0x746C38) is known color: Crete. HEX triplet: 74, 6C and 38. RGB value is (116,108,56). Sum of RGB (Red+Green+Blue) = 116+108+56=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 108 (42.58% from 255 or 38.57% from 280); Blue value is 56 (22.27% from 255 or 20% from 280); Max value from RGB is 116 - color contains mainly: red. Hex color #746C38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746C38 is #8B93C7. Grayscale: #686868. Windows color (decimal): -9147336 or 3697780. OLE color: 3697780.
HSL color Cylindrical-coordinate representation of color #746C38: hue angle of 52º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #746C38 is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 108 | 56 | - |
| CMYK | 0 | 0.07 | 0.52 | 0.55 |
| HSL | 52º | 0.35% | 0.34% | - |
| HSV(B) | 52º | 0.52% | 0.45% | - |
| XYZ | 13.28 | 14.72 | 5.88 | - |
| YUV | 104.46 | 100.65 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 108 | 56 | 0 | 0.07 | 0.52 | 0.55 | 52 | 0.35 | 0.34 |
| Hex | 74 | 6C | 38 | 0 | 7 | 34 | 37 | 34 | 23 | 22 |
| Octal | 164 | 154 | 70 | 0 | 7 | 64 | 67 | 64 | 43 | 42 |
| Binary | 1110100 | 1101100 | 111000 | 0 | 111 | 110100 | 110111 | 110100 | 100011 | 100010 |
Color Harmonies of #746C38
Complementary color
Monochromatic Colors of #746C38
Black with #746C38
Text Example
Text Example
White with #746C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746C38; }
p { color: rgb(116,108,56); }
H1.HeaderClassName
{
color: #746C38;
}
.AnyTagClassName
{
color: #746C38;
}
</style>
background-color css
<style>
a { background-color: #746C38; }
a { background-color: rgb(116,108,56); }
div.DivClassName
{
background-color: #746C38;
}
.BgClassName
{
background-color: #746C38;
}
</style>
border-color css
<style>
span { border-color: #746C38; }
span { border-color: rgb(116,108,56); }
td.TdClassName
{
border-color: #746C38;
}
.TagClassName
{
border-color: #746C38;
}
</style>