Shades of Crete #74763D
Tints of Crete #74763D
RGB
CMYK
RGB Variations
Color information
#74763D (or 0x74763D) is known color: Crete. HEX triplet: 74, 76 and 3D. RGB value is (116,118,61). Sum of RGB (Red+Green+Blue) = 116+118+61=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 118 (46.48% from 255 or 40% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 118 - color contains mainly: green. Hex color #74763D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74763D is #8B89C2. Grayscale: #6F6F6F. Windows color (decimal): -9144771 or 4028020. OLE color: 4028020.
HSL color Cylindrical-coordinate representation of color #74763D: hue angle of 62.11º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74763D is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 118 | 61 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.54 |
| HSL | 62.11º | 0.32% | 0.35% | - |
| HSV(B) | 62.11º | 0.48% | 0.46% | - |
| XYZ | 14.52 | 17.01 | 6.93 | - |
| YUV | 110.9 | 99.84 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 118 | 61 | 0.02 | 0 | 0.48 | 0.54 | 62.11 | 0.32 | 0.35 |
| Hex | 74 | 76 | 3D | 2 | 0 | 30 | 36 | 3E | 20 | 23 |
| Octal | 164 | 166 | 75 | 2 | 0 | 60 | 66 | 76 | 40 | 43 |
| Binary | 1110100 | 1110110 | 111101 | 10 | 0 | 110000 | 110110 | 111110 | 100000 | 100011 |
Color Harmonies of #74763D
Complementary color
Monochromatic Colors of #74763D
Black with #74763D
Text Example
Text Example
White with #74763D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74763D; }
p { color: rgb(116,118,61); }
H1.HeaderClassName
{
color: #74763D;
}
.AnyTagClassName
{
color: #74763D;
}
</style>
background-color css
<style>
a { background-color: #74763D; }
a { background-color: rgb(116,118,61); }
div.DivClassName
{
background-color: #74763D;
}
.BgClassName
{
background-color: #74763D;
}
</style>
border-color css
<style>
span { border-color: #74763D; }
span { border-color: rgb(116,118,61); }
td.TdClassName
{
border-color: #74763D;
}
.TagClassName
{
border-color: #74763D;
}
</style>