Shades of Crete #74713A
Tints of Crete #74713A
RGB
CMYK
RGB Variations
Color information
#74713A (or 0x74713A) is known color: Crete. HEX triplet: 74, 71 and 3A. RGB value is (116,113,58). Sum of RGB (Red+Green+Blue) = 116+113+58=287 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.42% from 287); Green value is 113 (44.53% from 255 or 39.37% from 287); Blue value is 58 (23.05% from 255 or 20.21% from 287); Max value from RGB is 116 - color contains mainly: red. Hex color #74713A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74713A is #8B8EC5. Grayscale: #6B6B6B. Windows color (decimal): -9146054 or 3830132. OLE color: 3830132.
HSL color Cylindrical-coordinate representation of color #74713A: hue angle of 56.9º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74713A is Cyan = 0, Magento = 0.03, Yellow = 0.5 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 113 | 58 | - |
| CMYK | 0 | 0.03 | 0.5 | 0.55 |
| HSL | 56.9º | 0.33% | 0.34% | - |
| HSV(B) | 56.9º | 0.5% | 0.45% | - |
| XYZ | 13.87 | 15.83 | 6.33 | - |
| YUV | 107.63 | 99.99 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 113 | 58 | 0 | 0.03 | 0.5 | 0.55 | 56.9 | 0.33 | 0.34 |
| Hex | 74 | 71 | 3A | 0 | 3 | 32 | 37 | 39 | 21 | 22 |
| Octal | 164 | 161 | 72 | 0 | 3 | 62 | 67 | 71 | 41 | 42 |
| Binary | 1110100 | 1110001 | 111010 | 0 | 11 | 110010 | 110111 | 111001 | 100001 | 100010 |
Color Harmonies of #74713A
Complementary color
Monochromatic Colors of #74713A
Black with #74713A
Text Example
Text Example
White with #74713A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74713A; }
p { color: rgb(116,113,58); }
H1.HeaderClassName
{
color: #74713A;
}
.AnyTagClassName
{
color: #74713A;
}
</style>
background-color css
<style>
a { background-color: #74713A; }
a { background-color: rgb(116,113,58); }
div.DivClassName
{
background-color: #74713A;
}
.BgClassName
{
background-color: #74713A;
}
</style>
border-color css
<style>
span { border-color: #74713A; }
span { border-color: rgb(116,113,58); }
td.TdClassName
{
border-color: #74713A;
}
.TagClassName
{
border-color: #74713A;
}
</style>