Shades of Crete #73702F
Tints of Crete #73702F
RGB
CMYK
RGB Variations
Color information
#73702F (or 0x73702F) is known color: Crete. HEX triplet: 73, 70 and 2F. RGB value is (115,112,47). Sum of RGB (Red+Green+Blue) = 115+112+47=274 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.97% from 274); Green value is 112 (44.14% from 255 or 40.88% from 274); Blue value is 47 (18.75% from 255 or 17.15% from 274); Max value from RGB is 115 - color contains mainly: red. Hex color #73702F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73702F is #8C8FD0. Grayscale: #696969. Windows color (decimal): -9211857 or 3108979. OLE color: 3108979.
HSL color Cylindrical-coordinate representation of color #73702F: hue angle of 57.35º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #73702F is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 112 | 47 | - |
| CMYK | 0 | 0.03 | 0.59 | 0.55 |
| HSL | 57.35º | 0.42% | 0.32% | - |
| HSV(B) | 57.35º | 0.59% | 0.45% | - |
| XYZ | 13.38 | 15.44 | 4.96 | - |
| YUV | 105.49 | 94.99 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 112 | 47 | 0 | 0.03 | 0.59 | 0.55 | 57.35 | 0.42 | 0.32 |
| Hex | 73 | 70 | 2F | 0 | 3 | 3B | 37 | 39 | 2A | 20 |
| Octal | 163 | 160 | 57 | 0 | 3 | 73 | 67 | 71 | 52 | 40 |
| Binary | 1110011 | 1110000 | 101111 | 0 | 11 | 111011 | 110111 | 111001 | 101010 | 100000 |
Color Harmonies of #73702F
Complementary color
Monochromatic Colors of #73702F
Black with #73702F
Text Example
Text Example
White with #73702F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73702F; }
p { color: rgb(115,112,47); }
H1.HeaderClassName
{
color: #73702F;
}
.AnyTagClassName
{
color: #73702F;
}
</style>
background-color css
<style>
a { background-color: #73702F; }
a { background-color: rgb(115,112,47); }
div.DivClassName
{
background-color: #73702F;
}
.BgClassName
{
background-color: #73702F;
}
</style>
border-color css
<style>
span { border-color: #73702F; }
span { border-color: rgb(115,112,47); }
td.TdClassName
{
border-color: #73702F;
}
.TagClassName
{
border-color: #73702F;
}
</style>