Shades of Crete #73743B
Tints of Crete #73743B
RGB
CMYK
RGB Variations
Color information
#73743B (or 0x73743B) is known color: Crete. HEX triplet: 73, 74 and 3B. RGB value is (115,116,59). Sum of RGB (Red+Green+Blue) = 115+116+59=290 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.66% from 290); Green value is 116 (45.70% from 255 or 40% from 290); Blue value is 59 (23.44% from 255 or 20.34% from 290); Max value from RGB is 116 - color contains mainly: green. Hex color #73743B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73743B is #8C8BC4. Grayscale: #6D6D6D. Windows color (decimal): -9210821 or 3896435. OLE color: 3896435.
HSL color Cylindrical-coordinate representation of color #73743B: hue angle of 61.05º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #73743B is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 116 | 59 | - |
| CMYK | 0.01 | 0 | 0.49 | 0.55 |
| HSL | 61.05º | 0.33% | 0.34% | - |
| HSV(B) | 61.05º | 0.49% | 0.45% | - |
| XYZ | 14.11 | 16.45 | 6.57 | - |
| YUV | 109.2 | 99.67 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 116 | 59 | 0.01 | 0 | 0.49 | 0.55 | 61.05 | 0.33 | 0.34 |
| Hex | 73 | 74 | 3B | 1 | 0 | 31 | 37 | 3D | 21 | 22 |
| Octal | 163 | 164 | 73 | 1 | 0 | 61 | 67 | 75 | 41 | 42 |
| Binary | 1110011 | 1110100 | 111011 | 1 | 0 | 110001 | 110111 | 111101 | 100001 | 100010 |
Color Harmonies of #73743B
Complementary color
Monochromatic Colors of #73743B
Black with #73743B
Text Example
Text Example
White with #73743B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73743B; }
p { color: rgb(115,116,59); }
H1.HeaderClassName
{
color: #73743B;
}
.AnyTagClassName
{
color: #73743B;
}
</style>
background-color css
<style>
a { background-color: #73743B; }
a { background-color: rgb(115,116,59); }
div.DivClassName
{
background-color: #73743B;
}
.BgClassName
{
background-color: #73743B;
}
</style>
border-color css
<style>
span { border-color: #73743B; }
span { border-color: rgb(115,116,59); }
td.TdClassName
{
border-color: #73743B;
}
.TagClassName
{
border-color: #73743B;
}
</style>