Shades of Crete #74753C
Tints of Crete #74753C
RGB
CMYK
RGB Variations
Color information
#74753C (or 0x74753C) is known color: Crete. HEX triplet: 74, 75 and 3C. RGB value is (116,117,60). Sum of RGB (Red+Green+Blue) = 116+117+60=293 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.59% from 293); Green value is 117 (46.09% from 255 or 39.93% from 293); Blue value is 60 (23.83% from 255 or 20.48% from 293); Max value from RGB is 117 - color contains mainly: green. Hex color #74753C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74753C is #8B8AC3. Grayscale: #6E6E6E. Windows color (decimal): -9145028 or 3962228. OLE color: 3962228.
HSL color Cylindrical-coordinate representation of color #74753C: hue angle of 61.05º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74753C is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 117 | 60 | - |
| CMYK | 0.01 | 0 | 0.49 | 0.54 |
| HSL | 61.05º | 0.32% | 0.35% | - |
| HSV(B) | 61.05º | 0.49% | 0.46% | - |
| XYZ | 14.38 | 16.76 | 6.75 | - |
| YUV | 110.2 | 99.67 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 117 | 60 | 0.01 | 0 | 0.49 | 0.54 | 61.05 | 0.32 | 0.35 |
| Hex | 74 | 75 | 3C | 1 | 0 | 31 | 36 | 3D | 20 | 23 |
| Octal | 164 | 165 | 74 | 1 | 0 | 61 | 66 | 75 | 40 | 43 |
| Binary | 1110100 | 1110101 | 111100 | 1 | 0 | 110001 | 110110 | 111101 | 100000 | 100011 |
Color Harmonies of #74753C
Complementary color
Monochromatic Colors of #74753C
Black with #74753C
Text Example
Text Example
White with #74753C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74753C; }
p { color: rgb(116,117,60); }
H1.HeaderClassName
{
color: #74753C;
}
.AnyTagClassName
{
color: #74753C;
}
</style>
background-color css
<style>
a { background-color: #74753C; }
a { background-color: rgb(116,117,60); }
div.DivClassName
{
background-color: #74753C;
}
.BgClassName
{
background-color: #74753C;
}
</style>
border-color css
<style>
span { border-color: #74753C; }
span { border-color: rgb(116,117,60); }
td.TdClassName
{
border-color: #74753C;
}
.TagClassName
{
border-color: #74753C;
}
</style>