Shades of Crete #73773D
Tints of Crete #73773D
RGB
CMYK
RGB Variations
Color information
#73773D (or 0x73773D) is known color: Crete. HEX triplet: 73, 77 and 3D. RGB value is (115,119,61). Sum of RGB (Red+Green+Blue) = 115+119+61=295 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.98% from 295); Green value is 119 (46.88% from 255 or 40.34% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 119 - color contains mainly: green. Hex color #73773D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73773D is #8C88C2. Grayscale: #6F6F6F. Windows color (decimal): -9210051 or 4028275. OLE color: 4028275.
HSL color Cylindrical-coordinate representation of color #73773D: hue angle of 64.14º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #73773D is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 115 | 119 | 61 | - |
| CMYK | 0.03 | 0 | 0.49 | 0.53 |
| HSL | 64.14º | 0.32% | 0.35% | - |
| HSV(B) | 64.14º | 0.49% | 0.47% | - |
| XYZ | 14.51 | 17.18 | 6.97 | - |
| YUV | 111.19 | 99.67 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 119 | 61 | 0.03 | 0 | 0.49 | 0.53 | 64.14 | 0.32 | 0.35 |
| Hex | 73 | 77 | 3D | 3 | 0 | 31 | 35 | 40 | 20 | 23 |
| Octal | 163 | 167 | 75 | 3 | 0 | 61 | 65 | 100 | 40 | 43 |
| Binary | 1110011 | 1110111 | 111101 | 11 | 0 | 110001 | 110101 | 1000000 | 100000 | 100011 |
Color Harmonies of #73773D
Complementary color
Monochromatic Colors of #73773D
Black with #73773D
Text Example
Text Example
White with #73773D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73773D; }
p { color: rgb(115,119,61); }
H1.HeaderClassName
{
color: #73773D;
}
.AnyTagClassName
{
color: #73773D;
}
</style>
background-color css
<style>
a { background-color: #73773D; }
a { background-color: rgb(115,119,61); }
div.DivClassName
{
background-color: #73773D;
}
.BgClassName
{
background-color: #73773D;
}
</style>
border-color css
<style>
span { border-color: #73773D; }
span { border-color: rgb(115,119,61); }
td.TdClassName
{
border-color: #73773D;
}
.TagClassName
{
border-color: #73773D;
}
</style>