Shades of Crete #747A39
Tints of Crete #747A39
RGB
CMYK
RGB Variations
Color information
#747A39 (or 0x747A39) is known color: Crete. HEX triplet: 74, 7A and 39. RGB value is (116,122,57). Sum of RGB (Red+Green+Blue) = 116+122+57=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 122 (48.05% from 255 or 41.36% from 295); Blue value is 57 (22.66% from 255 or 19.32% from 295); Max value from RGB is 122 - color contains mainly: green. Hex color #747A39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747A39 is #8B85C6. Grayscale: #717171. Windows color (decimal): -9143751 or 3766900. OLE color: 3766900.
HSL color Cylindrical-coordinate representation of color #747A39: hue angle of 65.54º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #747A39 is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 116 | 122 | 57 | - |
| CMYK | 0.05 | 0 | 0.53 | 0.52 |
| HSL | 65.54º | 0.36% | 0.35% | - |
| HSV(B) | 65.54º | 0.53% | 0.48% | - |
| XYZ | 14.9 | 17.93 | 6.55 | - |
| YUV | 112.8 | 96.51 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 122 | 57 | 0.05 | 0 | 0.53 | 0.52 | 65.54 | 0.36 | 0.35 |
| Hex | 74 | 7A | 39 | 5 | 0 | 35 | 34 | 42 | 24 | 23 |
| Octal | 164 | 172 | 71 | 5 | 0 | 65 | 64 | 102 | 44 | 43 |
| Binary | 1110100 | 1111010 | 111001 | 101 | 0 | 110101 | 110100 | 1000010 | 100100 | 100011 |
Color Harmonies of #747A39
Complementary color
Monochromatic Colors of #747A39
Black with #747A39
Text Example
Text Example
White with #747A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747A39; }
p { color: rgb(116,122,57); }
H1.HeaderClassName
{
color: #747A39;
}
.AnyTagClassName
{
color: #747A39;
}
</style>
background-color css
<style>
a { background-color: #747A39; }
a { background-color: rgb(116,122,57); }
div.DivClassName
{
background-color: #747A39;
}
.BgClassName
{
background-color: #747A39;
}
</style>
border-color css
<style>
span { border-color: #747A39; }
span { border-color: rgb(116,122,57); }
td.TdClassName
{
border-color: #747A39;
}
.TagClassName
{
border-color: #747A39;
}
</style>