Shades of Crete #74743E
Tints of Crete #74743E
RGB
CMYK
RGB Variations
Color information
#74743E (or 0x74743E) is known color: Crete. HEX triplet: 74, 74 and 3E. RGB value is (116,116,62). Sum of RGB (Red+Green+Blue) = 116+116+62=294 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.46% from 294); Green value is 116 (45.70% from 255 or 39.46% from 294); Blue value is 62 (24.61% from 255 or 21.09% from 294); Max value from RGB is 116 - color contains mainly: red, green. Hex color #74743E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74743E is #8B8BC1. Grayscale: #6E6E6E. Windows color (decimal): -9145282 or 4093044. OLE color: 4093044.
HSL color Cylindrical-coordinate representation of color #74743E: hue angle of 60º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74743E is Cyan = 0, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 116 | 62 | - |
| CMYK | 0 | 0 | 0.47 | 0.55 |
| HSL | 60º | 0.3% | 0.35% | - |
| HSV(B) | 60º | 0.47% | 0.45% | - |
| XYZ | 14.32 | 16.55 | 7 | - |
| YUV | 109.84 | 101 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 116 | 62 | 0 | 0 | 0.47 | 0.55 | 60 | 0.3 | 0.35 |
| Hex | 74 | 74 | 3E | 0 | 0 | 2F | 37 | 3C | 1E | 23 |
| Octal | 164 | 164 | 76 | 0 | 0 | 57 | 67 | 74 | 36 | 43 |
| Binary | 1110100 | 1110100 | 111110 | 0 | 0 | 101111 | 110111 | 111100 | 11110 | 100011 |
Color Harmonies of #74743E
Complementary color
Monochromatic Colors of #74743E
Black with #74743E
Text Example
Text Example
White with #74743E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74743E; }
p { color: rgb(116,116,62); }
H1.HeaderClassName
{
color: #74743E;
}
.AnyTagClassName
{
color: #74743E;
}
</style>
background-color css
<style>
a { background-color: #74743E; }
a { background-color: rgb(116,116,62); }
div.DivClassName
{
background-color: #74743E;
}
.BgClassName
{
background-color: #74743E;
}
</style>
border-color css
<style>
span { border-color: #74743E; }
span { border-color: rgb(116,116,62); }
td.TdClassName
{
border-color: #74743E;
}
.TagClassName
{
border-color: #74743E;
}
</style>