Shades of Crete #73702E
Tints of Crete #73702E
RGB
CMYK
RGB Variations
Color information
#73702E (or 0x73702E) is known color: Crete. HEX triplet: 73, 70 and 2E. RGB value is (115,112,46). Sum of RGB (Red+Green+Blue) = 115+112+46=273 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.12% from 273); Green value is 112 (44.14% from 255 or 41.03% from 273); Blue value is 46 (18.36% from 255 or 16.85% from 273); Max value from RGB is 115 - color contains mainly: red. Hex color #73702E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73702E is #8C8FD1. Grayscale: #696969. Windows color (decimal): -9211858 or 3043443. OLE color: 3043443.
HSL color Cylindrical-coordinate representation of color #73702E: hue angle of 57.39º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #73702E is Cyan = 0, Magento = 0.03, Yellow = 0.6 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 112 | 46 | - |
| CMYK | 0 | 0.03 | 0.6 | 0.55 |
| HSL | 57.39º | 0.43% | 0.32% | - |
| HSV(B) | 57.39º | 0.6% | 0.45% | - |
| XYZ | 13.36 | 15.43 | 4.86 | - |
| YUV | 105.37 | 94.49 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 112 | 46 | 0 | 0.03 | 0.6 | 0.55 | 57.39 | 0.43 | 0.32 |
| Hex | 73 | 70 | 2E | 0 | 3 | 3C | 37 | 39 | 2B | 20 |
| Octal | 163 | 160 | 56 | 0 | 3 | 74 | 67 | 71 | 53 | 40 |
| Binary | 1110011 | 1110000 | 101110 | 0 | 11 | 111100 | 110111 | 111001 | 101011 | 100000 |
Color Harmonies of #73702E
Complementary color
Monochromatic Colors of #73702E
Black with #73702E
Text Example
Text Example
White with #73702E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73702E; }
p { color: rgb(115,112,46); }
H1.HeaderClassName
{
color: #73702E;
}
.AnyTagClassName
{
color: #73702E;
}
</style>
background-color css
<style>
a { background-color: #73702E; }
a { background-color: rgb(115,112,46); }
div.DivClassName
{
background-color: #73702E;
}
.BgClassName
{
background-color: #73702E;
}
</style>
border-color css
<style>
span { border-color: #73702E; }
span { border-color: rgb(115,112,46); }
td.TdClassName
{
border-color: #73702E;
}
.TagClassName
{
border-color: #73702E;
}
</style>