Shades of Crete #74703D
Tints of Crete #74703D
RGB
CMYK
RGB Variations
Color information
#74703D (or 0x74703D) is known color: Crete. HEX triplet: 74, 70 and 3D. RGB value is (116,112,61). Sum of RGB (Red+Green+Blue) = 116+112+61=289 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.14% from 289); Green value is 112 (44.14% from 255 or 38.75% from 289); Blue value is 61 (24.22% from 255 or 21.11% from 289); Max value from RGB is 116 - color contains mainly: red. Hex color #74703D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74703D is #8B8FC2. Grayscale: #6B6B6B. Windows color (decimal): -9146307 or 4026484. OLE color: 4026484.
HSL color Cylindrical-coordinate representation of color #74703D: hue angle of 55.64º degrees, saturation: 0.31, 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 #74703D is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 112 | 61 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.55 |
| HSL | 55.64º | 0.31% | 0.35% | - |
| HSV(B) | 55.64º | 0.47% | 0.45% | - |
| XYZ | 13.84 | 15.64 | 6.7 | - |
| YUV | 107.38 | 101.83 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 112 | 61 | 0 | 0.03 | 0.47 | 0.55 | 55.64 | 0.31 | 0.35 |
| Hex | 74 | 70 | 3D | 0 | 3 | 2F | 37 | 38 | 1F | 23 |
| Octal | 164 | 160 | 75 | 0 | 3 | 57 | 67 | 70 | 37 | 43 |
| Binary | 1110100 | 1110000 | 111101 | 0 | 11 | 101111 | 110111 | 111000 | 11111 | 100011 |
Color Harmonies of #74703D
Complementary color
Monochromatic Colors of #74703D
Black with #74703D
Text Example
Text Example
White with #74703D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74703D; }
p { color: rgb(116,112,61); }
H1.HeaderClassName
{
color: #74703D;
}
.AnyTagClassName
{
color: #74703D;
}
</style>
background-color css
<style>
a { background-color: #74703D; }
a { background-color: rgb(116,112,61); }
div.DivClassName
{
background-color: #74703D;
}
.BgClassName
{
background-color: #74703D;
}
</style>
border-color css
<style>
span { border-color: #74703D; }
span { border-color: rgb(116,112,61); }
td.TdClassName
{
border-color: #74703D;
}
.TagClassName
{
border-color: #74703D;
}
</style>