Shades of Crete #74743B
Tints of Crete #74743B
RGB
CMYK
RGB Variations
Color information
#74743B (or 0x74743B) is known color: Crete. HEX triplet: 74, 74 and 3B. RGB value is (116,116,59). Sum of RGB (Red+Green+Blue) = 116+116+59=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 116 (45.70% from 255 or 39.86% from 291); Blue value is 59 (23.44% from 255 or 20.27% from 291); Max value from RGB is 116 - color contains mainly: red, green. Hex color #74743B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74743B is #8B8BC4. Grayscale: #6D6D6D. Windows color (decimal): -9145285 or 3896436. OLE color: 3896436.
HSL color Cylindrical-coordinate representation of color #74743B: hue angle of 60º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74743B is Cyan = 0, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 116 | 59 | - |
| CMYK | 0 | 0 | 0.49 | 0.55 |
| HSL | 60º | 0.33% | 0.34% | - |
| HSV(B) | 60º | 0.49% | 0.45% | - |
| XYZ | 14.24 | 16.52 | 6.58 | - |
| YUV | 109.5 | 99.5 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 116 | 59 | 0 | 0 | 0.49 | 0.55 | 60 | 0.33 | 0.34 |
| Hex | 74 | 74 | 3B | 0 | 0 | 31 | 37 | 3C | 21 | 22 |
| Octal | 164 | 164 | 73 | 0 | 0 | 61 | 67 | 74 | 41 | 42 |
| Binary | 1110100 | 1110100 | 111011 | 0 | 0 | 110001 | 110111 | 111100 | 100001 | 100010 |
Color Harmonies of #74743B
Complementary color
Monochromatic Colors of #74743B
Black with #74743B
Text Example
Text Example
White with #74743B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74743B; }
p { color: rgb(116,116,59); }
H1.HeaderClassName
{
color: #74743B;
}
.AnyTagClassName
{
color: #74743B;
}
</style>
background-color css
<style>
a { background-color: #74743B; }
a { background-color: rgb(116,116,59); }
div.DivClassName
{
background-color: #74743B;
}
.BgClassName
{
background-color: #74743B;
}
</style>
border-color css
<style>
span { border-color: #74743B; }
span { border-color: rgb(116,116,59); }
td.TdClassName
{
border-color: #74743B;
}
.TagClassName
{
border-color: #74743B;
}
</style>